summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3368.dtsi
diff options
context:
space:
mode:
authorSandy Huang <hjc@rock-chips.com>2017-08-07 17:33:32 +0800
committerHuang, Tao <huangtao@rock-chips.com>2017-08-09 09:33:42 +0800
commit59971be7a42edeebb68ff90a130bf7954f4b8fb4 (patch)
treebb355a319a1c0e2dfe83e19c5704e3c36960faac /arch/arm64/boot/dts/rockchip/rk3368.dtsi
parent5d365c42c866e41cad7782e919f483bff6e2c6ad (diff)
drm/rockchip: lvds: mipi_lvds_ctl set to mipi dsi controller base address
So we can define reg offset according to TRM, otherwise it will make us confused. Change-Id: I1687542fcaf7ac4e6e78d863e8940f6604794407 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3368.dtsi')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3368.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
index 167531b4cc6d..ddcbceaf8efc 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
@@ -1462,7 +1462,7 @@
lvds: lvds@ff968000 {
compatible = "rockchip,rk3368-lvds";
- reg = <0x0 0xff968000 0x0 0x4000>, <0x0 0xff9600a0 0x0 0x20>;
+ reg = <0x0 0xff968000 0x0 0x4000>, <0x0 0xff960000 0x0 0x100>;
reg-names = "mipi_lvds_phy", "mipi_lvds_ctl";
clocks = <&cru PCLK_DPHYTX0>, <&cru PCLK_MIPI_DSI0>;
clock-names = "pclk_lvds", "pclk_lvds_ctl";