mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk3288 lvds: fix lvds reg len define error
This commit is contained in:
@@ -567,7 +567,7 @@
|
||||
|
||||
lvds: lvds@ff96c000 {
|
||||
compatible = "rockchip, rk32-lvds";
|
||||
reg = <0xff96c000 0x20000>;
|
||||
reg = <0xff96c000 0x4000>;
|
||||
clocks = <&clk_gates16 7>;
|
||||
clock-names = "pclk_lvds";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user