]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: rockchip: update compatible strings for Rockchip efuse
authorFinley Xiao <finley.xiao@rock-chips.com>
Fri, 2 Sep 2016 03:16:55 +0000 (20:16 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 16 Oct 2016 00:42:43 +0000 (02:42 +0200)
Signed-off-by: Finley Xiao <finley.xiao@rock-chips.com>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3066a.dtsi
arch/arm/boot/dts/rk3188.dtsi
arch/arm/boot/dts/rk3288.dtsi

index 0d0dae3a16949f58c3a62c2826365118a1691cee..b8c83d80593f95f31ad6584e3ac4d25ec68f1e02 100644 (file)
@@ -162,7 +162,7 @@ timer@2000e000 {
        };
 
        efuse: efuse@20010000 {
-               compatible = "rockchip,rockchip-efuse";
+               compatible = "rockchip,rk3066a-efuse";
                reg = <0x20010000 0x4000>;
                #address-cells = <1>;
                #size-cells = <1>;
index 31f81b265cefd45222e0c127fc1c38cdaf9d43cd..869e189331ec4624c1ba45a4c6a53ce58504dd69 100644 (file)
@@ -147,7 +147,7 @@ cru: clock-controller@20000000 {
        };
 
        efuse: efuse@20010000 {
-               compatible = "rockchip,rockchip-efuse";
+               compatible = "rockchip,rk3188-efuse";
                reg = <0x20010000 0x4000>;
                #address-cells = <1>;
                #size-cells = <1>;
index 2cf1eb2e6202f8e1bf006e034bc0d7e10bffc727..2f814ffeb60547449d8921c17a5dfe81b0c334e8 100644 (file)
@@ -1118,7 +1118,7 @@ gic: interrupt-controller@ffc01000 {
        };
 
        efuse: efuse@ffb40000 {
-               compatible = "rockchip,rockchip-efuse";
+               compatible = "rockchip,rk3288-efuse";
                reg = <0xffb40000 0x20>;
                #address-cells = <1>;
                #size-cells = <1>;