Skip to content

Commit 98897a3

Browse files
Jared McArthurnmenon
authored andcommitted
arm64: dts: ti: k3-am62p: Fix gpio-range for main_pmx0
Commit d72d73a ("arm64: dts: ti: k3-am62p: Add gpio-ranges properties") introduced pinmux range definition for gpio-ranges, however missed a hole within gpio-range for main_pmx0. As a result, automatic mapping of GPIO to pin control for gpios within the main_pmx0 domain is broken. Fix this by correcting the gpio-range. 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-3-j-mcarthur@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 4e436f6 commit 98897a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arch/arm64/boot/dts/ti/k3-am62p-main.dtsi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@
4545
&main_pmx0 {
4646
pinctrl-single,gpio-range =
4747
<&main_pmx0_range 0 32 PIN_GPIO_RANGE_IOPAD>,
48-
<&main_pmx0_range 33 92 PIN_GPIO_RANGE_IOPAD>,
48+
<&main_pmx0_range 33 38 PIN_GPIO_RANGE_IOPAD>,
49+
<&main_pmx0_range 72 22 PIN_GPIO_RANGE_IOPAD>,
4950
<&main_pmx0_range 137 5 PIN_GPIO_RANGE_IOPAD>,
5051
<&main_pmx0_range 143 3 PIN_GPIO_RANGE_IOPAD>,
5152
<&main_pmx0_range 149 2 PIN_GPIO_RANGE_IOPAD>;

0 commit comments

Comments
 (0)