arm64: dts: rockchip: rk3588: add rgb node

Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
Change-Id: I962f1d03f1d5d0ae44e5973416c4d1085f34b010
This commit is contained in:
Damon Ding
2021-11-19 16:13:51 +08:00
committed by Tao Huang
parent 0a2cc9f274
commit e4065cd42c

View File

@@ -536,6 +536,30 @@
method = "smc";
};
rgb: rgb {
compatible = "rockchip,rk3588-rgb";
pinctrl-names = "default";
pinctrl-0 = <&bt1120_pins>;
status = "disabled";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
rgb_in_vp3: endpoint@2 {
reg = <2>;
remote-endpoint = <&vp3_out_rgb>;
status = "disabled";
};
};
};
};
rkcif_dvp: rkcif-dvp {
compatible = "rockchip,rkcif-dvp";
rockchip,hw = <&rkcif>;
@@ -2325,6 +2349,7 @@
vp3_out_rgb: endpoint@2 {
reg = <2>;
remote-endpoint = <&rgb_in_vp3>;
};
};
};