diff options
-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 +}; |