]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: rockchip: add handles for shared nodes that don't have one yet
authorHeiko Stuebner <heiko@sntech.de>
Sat, 26 Jul 2014 16:53:07 +0000 (18:53 +0200)
committerHeiko Stuebner <heiko@sntech.de>
Sat, 26 Jul 2014 21:19:50 +0000 (23:19 +0200)
Some nodes that are changed in the dtsi hierarchy do not have handles yet.
As it was suggested in the rk3288 submission to do subsequent nodes changes
through such handle-references, add the missing ones.

Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3066a.dtsi
arch/arm/boot/dts/rk3188.dtsi
arch/arm/boot/dts/rk3xxx.dtsi

index 4ad8f59503dd22b5ae2ef24b801b2b651bcfbb33..ecf722ea5982abc24faee8eef5b1e03230d84f50 100644 (file)
@@ -86,7 +86,7 @@
                #reset-cells = <1>;
        };
 
-       pinctrl@20008000 {
+       pinctrl: pinctrl@20008000 {
                compatible = "rockchip,rk3066a-pinctrl";
                rockchip,grf = <&grf>;
                #address-cells = <1>;
index 038d9d45264ce20d4e23bbf62891cd0ce44ab781..7b631ec3102cc3194b2cffdd6250de580ab12c41 100644 (file)
@@ -82,7 +82,7 @@
                #reset-cells = <1>;
        };
 
-       pinctrl@20008000 {
+       pinctrl: pinctrl@20008000 {
                compatible = "rockchip,rk3188-pinctrl";
                rockchip,grf = <&grf>;
                rockchip,pmu = <&pmu>;
index f70addd793a75e0f2892f3a286682798e7af7edb..10e7586c1dc260ffdedd245f28a9772b66ecced6 100644 (file)
                cache-level = <2>;
        };
 
-       global-timer@1013c200 {
+       global_timer: global-timer@1013c200 {
                compatible = "arm,cortex-a9-global-timer";
                reg = <0x1013c200 0x20>;
                interrupts = <GIC_PPI 11 0x304>;
                clocks = <&cru CORE_PERI>;
        };
 
-       local-timer@1013c600 {
+       local_timer: local-timer@1013c600 {
                compatible = "arm,cortex-a9-twd-timer";
                reg = <0x1013c600 0x20>;
                interrupts = <GIC_PPI 13 0x304>;
                status = "disabled";
        };
 
-       dwmmc@10214000 {
+       mmc0: dwmmc@10214000 {
                compatible = "rockchip,rk2928-dw-mshc";
                reg = <0x10214000 0x1000>;
                interrupts = <GIC_SPI 23 IRQ_TYPE_LEVEL_HIGH>;
                status = "disabled";
        };
 
-       dwmmc@10218000 {
+       mmc1: dwmmc@10218000 {
                compatible = "rockchip,rk2928-dw-mshc";
                reg = <0x10218000 0x1000>;
                interrupts = <GIC_SPI 24 IRQ_TYPE_LEVEL_HIGH>;