summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8ulp-9x9-evk.dts
diff options
context:
space:
mode:
authorZhipeng Wang <zhipeng.wang_1@nxp.com>2022-07-26 15:48:33 +0800
committerZhipeng Wang <zhipeng.wang_1@nxp.com>2022-07-26 16:27:39 +0800
commit6d867e02b388904bec5503e2a6dbb9ec5d023241 (patch)
treed9c5f1ab203bbf71edf386e5dbd1e72d451e71ec /arch/arm64/boot/dts/freescale/imx8ulp-9x9-evk.dts
parent8bcf2f78ac108411702fce3a95d60f0db37b15c9 (diff)
MA-20433 arm64: dts: imx8ulp-9x9-evk: change gpios for power-on
PTF11_PTF11 is connected to ON/OFF in hardware. In order that the ON/OFF key can not only wake up the board but also have the function of power key, so change PTF26_PTF26 to PTF11_PTF11. Signed-off-by: Zhipeng Wang <zhipeng.wang_1@nxp.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8ulp-9x9-evk.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8ulp-9x9-evk.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8ulp-9x9-evk.dts b/arch/arm64/boot/dts/freescale/imx8ulp-9x9-evk.dts
index f20156c6215d..a4c425e088bc 100644
--- a/arch/arm64/boot/dts/freescale/imx8ulp-9x9-evk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8ulp-9x9-evk.dts
@@ -15,7 +15,7 @@
power-on {
label = "PowerOn";
- gpios = <&gpiof 26 GPIO_ACTIVE_LOW>;
+ gpios = <&gpiof 11 GPIO_ACTIVE_LOW>;
linux,code = <KEY_POWER>;
};
};
@@ -57,7 +57,7 @@
&pinctrl_gpio_keys {
fsl,pins = <
- MX8ULP_PAD_PTF26__PTF26 0x3
+ MX8ULP_PAD_PTF11__PTF11 0x3
>;
};