]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: st: remove gpioj and gpiok banks from stm32mp231
authorAmelie Delaunay <amelie.delaunay@foss.st.com>
Wed, 10 Sep 2025 08:24:37 +0000 (10:24 +0200)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Mon, 15 Sep 2025 15:51:31 +0000 (17:51 +0200)
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>
arch/arm64/boot/dts/st/stm32mp231.dtsi

index 75697acd1345b2a1cdf963300c0a64608bbb52de..88e214d395ab7af53e2707dbc2dfc6b3d000a798 100644 (file)
                                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 {