Skip to content

Commit

Permalink
Merge tag 'samsung-dt-exynos-srom-fixup-4.7' of git://git.kernel.org/…
Browse files Browse the repository at this point in the history
…pub/scm/linux/kernel/git/krzk/linux into next/dt

Merge "ARM: dts: exynos: Fixup for SROM controller (v4.7)" from Krzysztof Kozlowski:

DeviceTree changes for new SROM controller driver reached mainline
some time ago, before the driver was accepted (due to very late
comments). However, after these late comments, the driver expects
different bindings so we need to fix the DTS.

* tag 'samsung-dt-exynos-srom-fixup-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux:
  ARM: dts: change SROM node compatible from generic to model specific
  • Loading branch information
Arnd Bergmann committed Apr 28, 2016
2 parents 816a1b1 + 4d7820b commit 2c69599
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 2c69599

Please sign in to comment.