arm64: dts: rockchip: rk3568-evb6: move rgb_in_vp2 out from port@0
Change-Id: Ia6b2179847bd806394da3deb20ed5e459d01b301 Signed-off-by: Sandy Huang <hjc@rock-chips.com>
This commit is contained in:
parent
ec3ebaeb51
commit
3ccb2c94a0
|
|
@ -46,18 +46,6 @@
|
|||
status = "okay";
|
||||
|
||||
ports {
|
||||
port@0 {
|
||||
reg = <0>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
rgb_in_vp2: endpoint@0 {
|
||||
status = "okay";
|
||||
reg = <0>;
|
||||
remote-endpoint = <&vp2_out_rgb>;
|
||||
};
|
||||
};
|
||||
|
||||
port@1 {
|
||||
reg = <1>;
|
||||
#address-cells = <1>;
|
||||
|
|
@ -71,6 +59,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
&rgb_in_vp2 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&vcc3v3_lcd1_n {
|
||||
status = "disabled";
|
||||
gpio = <&gpio0 RK_PC5 GPIO_ACTIVE_HIGH>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue