diff options
author | Keith Zhao <keith.zhao@starfivetech.com> | 2023-07-18 12:19:30 +0300 |
---|---|---|
committer | Keith Zhao <keith.zhao@starfivetech.com> | 2023-07-18 12:19:30 +0300 |
commit | 93c7758092bb6d30cccb4644f6e4fbbc5e35085c (patch) | |
tree | f4a1884d755216acc16644c1440c42c17b27b2ac | |
parent | 26a31fa6bc9debeb71df0a0f9a715ac8e46cff1c (diff) | |
download | u-boot-93c7758092bb6d30cccb4644f6e4fbbc5e35085c.tar.xz |
riscv: dts: starfive: jh7110: replace mipi&hdmi node
replace mipi&hdmi node , hdmi logo will start begin mipi
Signed-off-by: Keith Zhao <keith.zhao@starfivetech.com>
-rw-r--r-- | arch/riscv/dts/jh7110.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/riscv/dts/jh7110.dtsi b/arch/riscv/dts/jh7110.dtsi index d02d49797d..e353aeb25b 100644 --- a/arch/riscv/dts/jh7110.dtsi +++ b/arch/riscv/dts/jh7110.dtsi @@ -1324,14 +1324,14 @@ vopb_out: port { #address-cells = <1>; #size-cells = <0>; - vopb_out_mipi: endpoint@0 { + vopb_out_hdmi: endpoint@0 { reg = <0>; - remote-endpoint = <&mipi_in_vopb>; + remote-endpoint = <&hdmi_in_vopb>; }; - vopb_out_hdmi: endpoint@1 { + vopb_out_mipi: endpoint@1 { reg = <1>; - remote-endpoint = <&hdmi_in_vopb>; + remote-endpoint = <&mipi_in_vopb>; }; }; |