diff options
author | Martin Kepplinger <[email protected]> | 2021-10-05 15:48:56 +0200 |
---|---|---|
committer | Shawn Guo <[email protected]> | 2021-10-15 09:44:30 +0800 |
commit | ca4fd34e8603c08ac96d24c42fd8657f1ff9ad86 (patch) | |
tree | d3f3b842900ab95a4dc2c1a6b4dc545e86bcffec | |
parent | 315e7b884190a6c9c28e95ad3b724dde9e922b99 (diff) |
arm64: dts: imx8mq-librem5: add reset gpio to mantix panel description
Add the missing description for the reset gpio to the panels DT
description.
Signed-off-by: Martin Kepplinger <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi index 3f7524400a63..0609b591ec5a 100644 --- a/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mq-librem5.dtsi @@ -1010,6 +1010,7 @@ vddi-supply = <®_lcd_1v8>; backlight = <&backlight_dsi>; reset-gpios = <&gpio1 29 GPIO_ACTIVE_LOW>; + mantix,tp-rstn-gpios = <&gpio1 24 GPIO_ACTIVE_LOW>; port { panel_in: endpoint { |