diff options
author | Vignesh Raghavendra <vigneshr@ti.com> | 2023-11-10 18:55:07 +0530 |
---|---|---|
committer | Nishanth Menon <nm@ti.com> | 2023-12-01 02:37:34 -0600 |
commit | 1b3014a65adb491ec5a777c988f0dd85094d78bd (patch) | |
tree | 4f031b4bd83873426e496ce44174d78918a39eae | |
parent | 26abae3d840b8b83413c6222725db1104fe4811d (diff) | |
download | lwn-1b3014a65adb491ec5a777c988f0dd85094d78bd.tar.gz lwn-1b3014a65adb491ec5a777c988f0dd85094d78bd.zip |
arm64: dts: ti: k3-am62p5-sk: Mark mcu gpio and mcu_gpio_intr as reserved
These are typically under MCU Firmware usage. Hence mark them reserved.
Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20231110132508.3137454-2-vigneshr@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
-rw-r--r-- | arch/arm64/boot/dts/ti/k3-am62p5-sk.dts | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts index f377eadef0c1..1773c05f752c 100644 --- a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts +++ b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts @@ -598,3 +598,12 @@ status = "reserved"; bootph-all; }; + +/* mcu_gpio0 and mcu_gpio_intr are reserved for mcu firmware usage */ +&mcu_gpio0 { + status = "reserved"; +}; + +&mcu_gpio_intr { + status = "reserved"; +}; |