Skip to content

Commit

Permalink
ARM: dts: change SROM node compatible from generic to model specific
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pankaj Dubey authored and Krzysztof Kozlowski committed Apr 18, 2016
1 parent f55532a commit 4d7820b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos4.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
reg = <0x10000000 0x100>;
};

sromc@12570000 {
compatible = "samsung,exynos-srom";
memory-controller@12570000 {
compatible = "samsung,exynos4210-srom";
reg = <0x12570000 0x14>;
};

Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos5.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
reg = <0x10000000 0x100>;
};

sromc@12250000 {
compatible = "samsung,exynos-srom";
memory-controller@12250000 {
compatible = "samsung,exynos4210-srom";
reg = <0x12250000 0x14>;
};

Expand Down
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5410-smdk5410.dts
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
};
};
Expand Down
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/exynos5410.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@
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>;
Expand Down

0 comments on commit 4d7820b

Please sign in to comment.