diff options
author | andy.hu <andy.hu@starfivetech.com> | 2025-02-21 14:53:38 +0300 |
---|---|---|
committer | andy.hu <andy.hu@starfivetech.com> | 2025-02-21 14:53:38 +0300 |
commit | 406f6e7e89c1e18f64ac3495aa4fae60af78eaba (patch) | |
tree | b006e5ea36a47dd4d7ada2b8d31f9d4725ccbcab | |
parent | 8e8479fa186c5ef066b31bcce8230dd532a77b1a (diff) | |
parent | e9b55a332325c5458014d1937f558ba94339f5c4 (diff) | |
download | linux-JH7110_VisionFive2_6.6.y_devel.tar.xz |
Merge branch 'CR_8340_VF2_6.6_correct_sc7a20_direction_Leo.Lu' into 'vf2-6.6.y-devel'JH7110_VF2_6.6_v5.14.0JH7110_VisionFive2_6.6.y_devel
CR_8340_VF2_6.6_correct_sc7a20_direction_Leo.Lu
See merge request sbc/linux!225
-rw-r--r-- | arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi index 85a87d877156..7c36b6d06c36 100644 --- a/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi +++ b/arch/riscv/boot/dts/starfive/jh7110-starfive-visionfive-2.dtsi @@ -307,6 +307,9 @@ reg = <0x19>; reset-gpio = <&sysgpio 23 0>; enable-gpio = <&sysgpio 22 0>; + mount-matrix = "1", "0", "0", + "0", "-1", "0", + "0", "0", "-1"; port { panel_out1: endpoint { @@ -1185,4 +1188,4 @@ }; }; }; -};
\ No newline at end of file +}; |