Commit 26abae3d authored by Vignesh Raghavendra's avatar Vignesh Raghavendra Committed by Nishanth Menon

arm64: dts: ti: k3-am642-evm/sk: Mark mcu_gpio_intr as reserved

Similar to MCU GPIO, mark the MCU GPIO router also as reserved for MCU
domain firmware usage.
Signed-off-by: default avatarVignesh Raghavendra <vigneshr@ti.com>
Link: https://lore.kernel.org/r/20231110132508.3137454-1-vigneshr@ti.comSigned-off-by: default avatarNishanth Menon <nm@ti.com>
parent 2897596e
......@@ -468,11 +468,15 @@ &main_gpio0 {
bootph-all;
};
/* mcu_gpio0 is reserved for mcu firmware usage */
/* mcu_gpio0 and mcu_gpio_intr are reserved for mcu firmware usage */
&mcu_gpio0 {
status = "reserved";
};
&mcu_gpio_intr {
status = "reserved";
};
&main_spi0 {
status = "okay";
pinctrl-names = "default";
......
......@@ -433,11 +433,15 @@ exp2: gpio@60 {
};
};
/* mcu_gpio0 is reserved for mcu firmware usage */
/* mcu_gpio0 and mcu_gpio_intr are reserved for mcu firmware usage */
&mcu_gpio0 {
status = "reserved";
};
&mcu_gpio_intr {
status = "reserved";
};
&sdhci0 {
vmmc-supply = <&wlan_en>;
bus-width = <4>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment