[PATCH 0/4] ARM: dts: Use labels instead of full paths for Exynos5 pinctrl nodes

From: Javier Martinez Canillas
Date: Wed Jul 08 2015 - 01:37:53 EST


Hello Kukjin and Krzysztof,

This is a trivial series that changes Exynos5 pinctrl dtsi files to extend
the pinctrl nodes using labels instead of full paths.

Using labels is less error prone since a misstyped label leads to a build
error while full paths can lead to the creation of a new node instead of
overriding the original which makes the mistake harder to detect.

I tested the changes by decompiling the Exynos5* dtbs and comparing before
and after. The resulting dts were identical modulo some node ordering due
the pinctrl include change.

The series is composed of the following trivial patches:


Javier Martinez Canillas (4):
ARM: dts: Include exynos5250-pinctrl after the nodes were defined
ARM: dts: Extend exynos5250-pinctrl nodes using labels instead of
paths
ARM: dts: Include exynos5420-pinctrl after the nodes were defined
ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of
paths

arch/arm/boot/dts/exynos5250-pinctrl.dtsi | 1600 ++++++++++++++---------------
arch/arm/boot/dts/exynos5250.dtsi | 3 +-
arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 1411 +++++++++++++------------
arch/arm/boot/dts/exynos5420.dtsi | 3 +-
4 files changed, 1508 insertions(+), 1509 deletions(-)

--
2.4.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/