[PATCH 0/7] ARM: dts: imx: add gpio-ranges properties to some iMX GPIO controllers
From: Vladimir Zapolskiy <hidden>
Date: 2016-08-19 22:06:21
Also in:
linux-arm-kernel
To establish a connection between GPIO controllers and pin multiplexor
controller(s) add gpio-ranges properties to all GPIO controllers found
on a number of SoCs from Freescale/NXP series. The changes were done
after human parsing of output from
% gawk -n '{ sub(/.*__/, ""); if ($1 ~ "^GPIO") print $1, $2/4}' imxXX-pinfunc.h | sort -n
Note that this means that potential errors in arch/arm/boot/dts/imx*-pinfunc.h
descriptions may migrate to this change, please double check the values.
If needed similar changes may be done for the rest of iMX SoCs.
Vladimir Zapolskiy (7):
ARM: dts: add gpio-ranges property to iMX50 GPIO controllers
ARM: dts: add gpio-ranges property to iMX6Q/D GPIO controllers
ARM: dts: add gpio-ranges property to iMX6DL/S GPIO controllers
ARM: dts: add gpio-ranges property to iMX6SL GPIO controllers
ARM: dts: add gpio-ranges property to iMX6SX GPIO controllers
ARM: dts: add gpio-ranges property to iMX6UL GPIO controllers
ARM: dts: add gpio-ranges property to iMX7D/S GPIO controllers
arch/arm/boot/dts/imx50.dtsi | 16 +++++++++++++
arch/arm/boot/dts/imx6dl.dtsi | 53 +++++++++++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/imx6q.dtsi | 37 ++++++++++++++++++++++++++++++
arch/arm/boot/dts/imx6sl.dtsi | 52 ++++++++++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/imx6sx.dtsi | 14 ++++++++++++
arch/arm/boot/dts/imx6ul.dtsi | 11 +++++++++
arch/arm/boot/dts/imx7s.dtsi | 14 ++++++++++++
7 files changed, 197 insertions(+)
--
2.8.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html