]> git.karo-electronics.de Git - linux-beck.git/commitdiff
ARM: dts: change SROM node compatible from generic to model specific
authorPankaj Dubey <pankaj.dubey@samsung.com>
Mon, 11 Apr 2016 07:42:28 +0000 (13:12 +0530)
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>
Mon, 18 Apr 2016 12:18:31 +0000 (14:18 +0200)
This patch changes SROM nodes compatible from generic to model specific
to match with binding documentation. Also updating property
"samsung,srom-page-mode" as it is not defined as bool instead of int

Signed-off-by: Pankaj Dubey <pankaj.dubey@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
arch/arm/boot/dts/exynos4.dtsi
arch/arm/boot/dts/exynos5.dtsi
arch/arm/boot/dts/exynos5410-smdk5410.dts
arch/arm/boot/dts/exynos5410.dtsi

index c679b3cc3c488d3dcb33a1533404f43f53f8d71c..d68f572fc7e620e380a473134f33df009770ef6e 100644 (file)
@@ -77,8 +77,8 @@
                reg = <0x10000000 0x100>;
        };
 
-       sromc@12570000 {
-               compatible = "samsung,exynos-srom";
+       memory-controller@12570000 {
+               compatible = "samsung,exynos4210-srom";
                reg = <0x12570000 0x14>;
        };
 
index 92313cac035e4b9e818afad1e6ce229c468d1e2a..d5c0f18a422339015c4eb8ce34c5d03ffe8084fb 100644 (file)
@@ -31,8 +31,8 @@
                reg = <0x10000000 0x100>;
        };
 
-       sromc@12250000 {
-               compatible = "samsung,exynos-srom";
+       memory-controller@12250000 {
+               compatible = "samsung,exynos4210-srom";
                reg = <0x12250000 0x14>;
        };
 
index a731fbe28ebc01bc816f589e46dbceb54b7bad36..0f6429e1b75c66ddb39af2b85ed560c6ab9288ac 100644 (file)
@@ -97,7 +97,7 @@
                smsc,irq-push-pull;
                smsc,force-internal-phy;
 
-               samsung,srom-page-mode = <1>;
+               samsung,srom-page-mode;
                samsung,srom-timing = <9 12 1 9 1 1>;
        };
 };
index fa558674ac7639a7aaae36860862e7002abb659c..7a56aec2c5ba69bfb4822cb4d298e54fde48d760 100644 (file)
                        reg = <0x10000000 0x100>;
                };
 
-               sromc: sromc@12250000 {
-                       compatible = "samsung,exynos-srom";
+               sromc: memory-controller@12250000 {
+                       compatible = "samsung,exynos4210-srom";
                        reg = <0x12250000 0x14>;
                        #address-cells = <2>;
                        #size-cells = <1>;