arm64: dts: st: remove gpioj and gpiok banks from stm32mp231

STM32MP23x supports AJ, AK and AL packages, where PI12 to PI15, PJ0 to
PJ15 (whole J bank) and PK0 to PK7 (whole K bank) pins are not available.

It means gpioj and gpiok nodes are useless in stm32mp231. Remove them.

Signed-off-by: Amelie Delaunay <amelie.delaunay@foss.st.com>
Link: https://lore.kernel.org/r/20250910-stm32mp231_gpio_update-v2-1-8510efa2c5cf@foss.st.com
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
This commit is contained in:
Amelie Delaunay
2025-09-10 10:24:37 +02:00
committed by Alexandre Torgue
parent df4eb8bbdd
commit 7bfa81d4b2

View File

@@ -1064,28 +1064,6 @@ gpioi: gpio@442c0000 {
st,bank-name = "GPIOI";
status = "disabled";
};
gpioj: gpio@442d0000 {
reg = <0x90000 0x400>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
clocks = <&scmi_clk CK_SCMI_GPIOJ>;
st,bank-name = "GPIOJ";
status = "disabled";
};
gpiok: gpio@442e0000 {
reg = <0xa0000 0x400>;
gpio-controller;
#gpio-cells = <2>;
interrupt-controller;
#interrupt-cells = <2>;
clocks = <&scmi_clk CK_SCMI_GPIOK>;
st,bank-name = "GPIOK";
status = "disabled";
};
};
rtc: rtc@46000000 {