mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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>
This commit is contained in:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user