Skip to content

Commit 4e436f6

Browse files
Jared McArthurnmenon
authored andcommitted
arm64: dts: ti: k3-am62p: Add gpio-ranges for mcu_gpio0
Commit d72d73a ("arm64: dts: ti: k3-am62p: Add gpio-ranges properties") introduced pinmux range definition for gpio-ranges, however missed introducing the range description for the mcu_gpio node. As a result, automatic mapping of GPIO to pin control for mcu gpios is broken. Fix this by introducing the proper ranges. Fixes: d72d73a ("arm64: dts: ti: k3-am62p: Add gpio-ranges properties") Signed-off-by: Jared McArthur <j-mcarthur@ti.com> Link: https://lore.kernel.org/r/20240801210414.715306-2-j-mcarthur@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 9438f97 commit 4e436f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm64/boot/dts/ti/k3-am62p-j722s-common-mcu.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@
146146
power-domains = <&k3_pds 79 TI_SCI_PD_EXCLUSIVE>;
147147
clocks = <&k3_clks 79 0>;
148148
clock-names = "gpio";
149+
gpio-ranges = <&mcu_pmx0 0 0 21>, <&mcu_pmx0 21 23 1>,
150+
<&mcu_pmx0 22 32 2>;
149151
};
150152

151153
mcu_rti0: watchdog@4880000 {

0 commit comments

Comments
 (0)