diff options
author | Chunfeng Yun <[email protected]> | 2021-03-16 17:22:24 +0800 |
---|---|---|
committer | Matthias Brugger <[email protected]> | 2021-03-29 15:44:58 +0200 |
commit | e4e5d030bd779fb8321d3b8bd65406fbe0827037 (patch) | |
tree | 8ba310cce6274cf1a08d7a00a5e6b5d74a8cc2b8 | |
parent | 13225a5c7b1c3680068722b53d85b51722b09b80 (diff) |
arm64: dts: mt8173: fix property typo of 'phys' in dsi node
Use 'phys' instead of 'phy'.
Fixes: 81ad4dbaf7af ("arm64: dts: mt8173: Add display subsystem related nodes")
Signed-off-by: Chunfeng Yun <[email protected]>
Reviewed-by: Chun-Kuang Hu <[email protected]>
Cc: stable <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/mediatek/mt8173.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi index 7fa870e4386a..ecb37a7e6870 100644 --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi @@ -1235,7 +1235,7 @@ <&mmsys CLK_MM_DSI1_DIGITAL>, <&mipi_tx1>; clock-names = "engine", "digital", "hs"; - phy = <&mipi_tx1>; + phys = <&mipi_tx1>; phy-names = "dphy"; status = "disabled"; }; |