Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <chunfeng.yun@mediatek.com>
Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Cc: stable <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20210316092232.9806-5-chunfeng.yun@mediatek.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>

authored by

Chunfeng Yun and committed by
Matthias Brugger
e4e5d030 13225a5c

+1 -1
+1 -1
arch/arm64/boot/dts/mediatek/mt8173.dtsi
··· 1235 1235 <&mmsys CLK_MM_DSI1_DIGITAL>, 1236 1236 <&mipi_tx1>; 1237 1237 clock-names = "engine", "digital", "hs"; 1238 - phy = <&mipi_tx1>; 1238 + phys = <&mipi_tx1>; 1239 1239 phy-names = "dphy"; 1240 1240 status = "disabled"; 1241 1241 };