From: WeiYong Bi Date: Thu, 13 Jul 2017 01:46:02 +0000 (+0800) Subject: arm64: dts: rockchip: rk3368: fix compatible string for lvds node X-Git-Tag: release-20171130_firefly~4^2~163 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=56640e72dfa80c5c9a67f9b2e17f05f505afeee6;p=firefly-linux-kernel-4.4.55.git 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 --- diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi index 310a29e4b661..76bfed57a998 100644 --- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi +++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi @@ -1458,7 +1458,7 @@ }; lvds: lvds@ff968000 { - compatible = "rockchip,rk33xx-lvds"; + compatible = "rockchip,rk3368-lvds"; reg = <0x0 0xff968000 0x0 0x4000>, <0x0 0xff9600a0 0x0 0x20>; reg-names = "mipi_lvds_phy", "mipi_lvds_ctl"; clocks = <&cru PCLK_DPHYTX0>, <&cru PCLK_MIPI_DSI0>;