summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx53-mba53.dts
diff options
context:
space:
mode:
authorShawn Guo <shawn.guo@linaro.org>2013-11-04 14:45:46 +0800
committerShawn Guo <shawn.guo@linaro.org>2014-02-09 21:32:25 +0800
commit7ac0f700a6d747c2a8a873e301e82092306173e4 (patch)
treeefa2ea9c8062d3b2b6ba9ca4a34ed4099838aaa3 /arch/arm/boot/dts/imx53-mba53.dts
parent81d16420c20a061704d67a9309a139a9cbb820c8 (diff)
ARM: dts: imx53: make pinctrl nodes board specific
Currently, all pinctrl setting nodes are defined in <soc>.dtsi, so that boards that share the same pinctrl setting do not have to define it time and time again in <board>.dts. However, along with the devices and use cases being added continuously, the pinctrl setting nodes under iomuxc becomes more than expected. This bloats device tree blob for particular board unnecessarily since only a small subset of those pinctrl setting nodes will be used by the board. It impacts not only the DTB file size but also the run-time device tree lookup efficiency. The patch moves all the pinctrl data into individual boards as needed. With the changes, the pinctrl setting nodes becomes local to particular board, and it makes no sense to continue numbering the setting for given peripheral. Thus, all the pinctrl phandler name gets updated to have only peripheral name in there. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/imx53-mba53.dts')
-rw-r--r--arch/arm/boot/dts/imx53-mba53.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx53-mba53.dts b/arch/arm/boot/dts/imx53-mba53.dts
index a63090267941..ba95b78e16db 100644
--- a/arch/arm/boot/dts/imx53-mba53.dts
+++ b/arch/arm/boot/dts/imx53-mba53.dts
@@ -148,7 +148,7 @@
&audmux {
status = "okay";
pinctrl-names = "default";
- pinctrl-0 = <&pinctrl_audmux_1>;
+ pinctrl-0 = <&pinctrl_audmux>;
};
&i2c2 {