diff options
author | andy.hu <andy.hu@starfivetech.com> | 2023-08-23 15:57:27 +0300 |
---|---|---|
committer | andy.hu <andy.hu@starfivetech.com> | 2023-08-23 15:57:27 +0300 |
commit | b9593fd2fe4b10cc4c687400cfffd6f4c940043e (patch) | |
tree | 37e547c4fcef553e676c0348d6c0e7fd184e8162 /arch | |
parent | 4e6e68048f49a28b72c6c2188039fd39a8bd3f39 (diff) | |
parent | d592c03d349938da145500c351b28e4d847694d8 (diff) | |
download | linux-b9593fd2fe4b10cc4c687400cfffd6f4c940043e.tar.xz |
Merge branch 'CR_7073_vf2_61_newrd10_shengyang.chen' into 'vf2-6.1.y-devel'
CR 7073 vf2 61: riscv: drm: panel: mass production radxa 10inch panel support
See merge request sbc/linux!165
Diffstat (limited to 'arch')
-rw-r--r-- | arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi index 944b0fd5ba46..138a65aa8fbc 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-visionfive-v2.dtsi @@ -469,19 +469,6 @@ reg = <0x38>; }; - panel_radxa@19 { - compatible ="starfive_jadard"; - reg = <0x19>; - reset-gpio = <&gpio 23 0>; - enable-gpio = <&gpio 22 0>; - - port { - panel_out1: endpoint { - remote-endpoint = <&dsi1_output>; - }; - }; - }; - touchscreen@14 { compatible = "goodix,gt911"; reg = <0x14>; @@ -496,6 +483,19 @@ enable-gpio = <&gpio 22 0>; port { + panel_out1: endpoint { + remote-endpoint = <&dsi1_output>; + }; + }; + }; + + panel_radxa@19 { + compatible ="starfive_jadard"; + reg = <0x19>; + reset-gpio = <&gpio 23 0>; + enable-gpio = <&gpio 22 0>; + + port { panel_out2: endpoint { remote-endpoint = <&dsi2_output>; }; |