projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26abae3
)
arm64: dts: ti: k3-am62p5-sk: Mark mcu gpio and mcu_gpio_intr as reserved
author
Vignesh Raghavendra
<vigneshr@ti.com>
Fri, 10 Nov 2023 13:25:07 +0000
(18:55 +0530)
committer
Nishanth Menon
<nm@ti.com>
Fri, 1 Dec 2023 08:37:34 +0000
(
02:37
-0600)
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>
arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
b/arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
index f377eadef0c128d919d2ff07843c3d5bbc869696..1773c05f752cdfa87437e1c54d6c4f90c4e125a6 100644
(file)
--- 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";
+};