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