mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-30 08:31:03 +00:00
ARM: dts: imx: Provide 'gpio-ranges' for mxs_gpio driver
Those properties are U-Boot specific as the mxs gpio Linux driver (up to version v5.1.11) is not supporting them. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
7782f4e441
commit
a9cb05080a
1 changed files with 28 additions and 0 deletions
28
arch/arm/dts/imx28-u-boot.dtsi
Normal file
28
arch/arm/dts/imx28-u-boot.dtsi
Normal file
|
@ -0,0 +1,28 @@
|
|||
// SPDX-License-Identifier: GPL-2.0+
|
||||
/*
|
||||
* Copyright 2019
|
||||
* Lukasz Majewski, DENX Software Engineering, lukma@denx.de
|
||||
*
|
||||
* SPDX-License-Identifier: GPL-2.0+ or X11
|
||||
*/
|
||||
#include "imx28.dtsi"
|
||||
|
||||
&gpio0 {
|
||||
gpio-ranges = <&pinctrl 0 0 29>;
|
||||
};
|
||||
|
||||
&gpio1 {
|
||||
gpio-ranges = <&pinctrl 0 29 32>;
|
||||
};
|
||||
|
||||
&gpio2 {
|
||||
gpio-ranges = <&pinctrl 0 61 28>;
|
||||
};
|
||||
|
||||
&gpio3 {
|
||||
gpio-ranges = <&pinctrl 0 89 31>;
|
||||
};
|
||||
|
||||
&gpio4 {
|
||||
gpio-ranges = <&pinctrl 0 120 21>;
|
||||
};
|
Loading…
Reference in a new issue