Skip to content

Commit 56640e7

Browse files
bivvyrkhuangtao
authored andcommitted
arm64: dts: rockchip: rk3368: fix compatible string for lvds node
Replace "rockchip,rk33xx-lvds" with "rockchip,rk3368-lvds" Change-Id: I065de5d994f167129591025e4251944478fa43e7 Signed-off-by: WeiYong Bi <bivvy.bi@rock-chips.com>
1 parent d86682d commit 56640e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/rockchip/rk3368.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1458,7 +1458,7 @@
14581458
};
14591459

14601460
lvds: lvds@ff968000 {
1461-
compatible = "rockchip,rk33xx-lvds";
1461+
compatible = "rockchip,rk3368-lvds";
14621462
reg = <0x0 0xff968000 0x0 0x4000>, <0x0 0xff9600a0 0x0 0x20>;
14631463
reg-names = "mipi_lvds_phy", "mipi_lvds_ctl";
14641464
clocks = <&cru PCLK_DPHYTX0>, <&cru PCLK_MIPI_DSI0>;

0 commit comments

Comments
 (0)