Skip to content

Commit 17cdddf

Browse files
tomeuvthierryreding
authored andcommitted
ARM: tegra: Add gpio-ranges property
Specify how the GPIOs map to the pins in Tegra SoCs, so the dependency is explicit. Signed-off-by: Tomeu Vizoso <[email protected]> Acked-by: Stephen Warren <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 0d5ccb3 commit 17cdddf

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

arch/arm/boot/dts/tegra114.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@
234234
gpio-controller;
235235
#interrupt-cells = <2>;
236236
interrupt-controller;
237+
gpio-ranges = <&pinmux 0 0 246>;
237238
};
238239

239240
apbmisc@70000800 {

arch/arm/boot/dts/tegra124.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@
258258
gpio-controller;
259259
#interrupt-cells = <2>;
260260
interrupt-controller;
261+
gpio-ranges = <&pinmux 0 0 251>;
261262
};
262263

263264
apbdma: dma@0,60020000 {

arch/arm/boot/dts/tegra20.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@
244244
gpio-controller;
245245
#interrupt-cells = <2>;
246246
interrupt-controller;
247+
gpio-ranges = <&pinmux 0 0 224>;
247248
};
248249

249250
apbmisc@70000800 {

arch/arm/boot/dts/tegra30.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@
349349
gpio-controller;
350350
#interrupt-cells = <2>;
351351
interrupt-controller;
352+
gpio-ranges = <&pinmux 0 0 248>;
352353
};
353354

354355
apbmisc@70000800 {

0 commit comments

Comments
 (0)