ARM: dts: rv1126: Move rgb dt node as a sub node of grf

Move rgb dt node under grf, so it can set LCD_IO_BYPASS
bit in grf.

Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
Change-Id: I50b463f37010d1273f4a8e6d299d419877cb3f9c
This commit is contained in:
Andy Yan
2020-04-24 11:30:50 +08:00
committed by Tao Huang
parent c1b779797a
commit d856718e69

View File

@@ -209,30 +209,6 @@
};
};
rgb: rgb {
compatible = "rockchip,rv1126-rgb";
pinctrl-names = "default";
pinctrl-0 = <&lcdc_ctl>;
status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
rgb_in_vop: endpoint@0 {
reg = <0>;
remote-endpoint = <&vop_out_rgb>;
};
};
};
};
thermal_zones: thermal-zones {
cpu_thermal: cpu-thermal {
polling-delay-passive = <20>; /* milliseconds */
@@ -282,8 +258,30 @@
};
grf: syscon@fe000000 {
compatible = "rockchip,rv1126-grf", "syscon";
compatible = "rockchip,rv1126-grf", "syscon", "simple-mfd";
reg = <0xfe000000 0x20000>;
rgb: rgb {
compatible = "rockchip,rv1126-rgb";
status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
rgb_in_vop: endpoint@0 {
reg = <0>;
remote-endpoint = <&vop_out_rgb>;
};
};
};
};
};
pmugrf: syscon@fe020000 {