]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: exynos: Use lowercase for Exynos5410 CPU node labels
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 3 May 2016 11:56:51 +0000 (13:56 +0200)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 31 May 2016 10:42:34 +0000 (12:42 +0200)
For consistency lowercase node labels are used.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
arch/arm/boot/dts/exynos5410.dtsi

index 477c6741c6ddaddb437ca1f571c8e18f5845105f..ef60a06211f10296fd432b33012c86c8ac59a079 100644 (file)
                #address-cells = <1>;
                #size-cells = <0>;
 
-               CPU0: cpu@0 {
+               cpu0: cpu@0 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a15";
                        reg = <0x0>;
                        clock-frequency = <1600000000>;
                };
 
-               CPU1: cpu@1 {
+               cpu1: cpu@1 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a15";
                        reg = <0x1>;
                        clock-frequency = <1600000000>;
                };
 
-               CPU2: cpu@2 {
+               cpu2: cpu@2 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a15";
                        reg = <0x2>;
                        clock-frequency = <1600000000>;
                };
 
-               CPU3: cpu@3 {
+               cpu3: cpu@3 {
                        device_type = "cpu";
                        compatible = "arm,cortex-a15";
                        reg = <0x3>;