arm64: dts: ti: k3-am62x-sk-common: Mark mcu gpio and mcu_gpio_intr as reserved
authorVignesh Raghavendra <vigneshr@ti.com>
Fri, 10 Nov 2023 13:25:08 +0000 (18:55 +0530)
committerNishanth 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-3-vigneshr@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am62x-sk-common.dtsi

index 19f57ead4ebd179b6951d27cdfcf6493ad7d2aa0..3b9729316739c47c8c97796b0f17dbf1f8fb6887 100644 (file)
                };
        };
 };
+
+/* mcu_gpio0 and mcu_gpio_intr are reserved for mcu firmware usage */
+&mcu_gpio0 {
+       status = "reserved";
+};
+
+&mcu_gpio_intr {
+       status = "reserved";
+};