mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
ARM: dts: change SROM node compatible from generic to model specific
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>
This commit is contained in:
parent
f55532a0c0
commit
4d7820b046
4 changed files with 7 additions and 7 deletions
|
@ -77,8 +77,8 @@
|
||||||
reg = <0x10000000 0x100>;
|
reg = <0x10000000 0x100>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sromc@12570000 {
|
memory-controller@12570000 {
|
||||||
compatible = "samsung,exynos-srom";
|
compatible = "samsung,exynos4210-srom";
|
||||||
reg = <0x12570000 0x14>;
|
reg = <0x12570000 0x14>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
reg = <0x10000000 0x100>;
|
reg = <0x10000000 0x100>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sromc@12250000 {
|
memory-controller@12250000 {
|
||||||
compatible = "samsung,exynos-srom";
|
compatible = "samsung,exynos4210-srom";
|
||||||
reg = <0x12250000 0x14>;
|
reg = <0x12250000 0x14>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -97,7 +97,7 @@
|
||||||
smsc,irq-push-pull;
|
smsc,irq-push-pull;
|
||||||
smsc,force-internal-phy;
|
smsc,force-internal-phy;
|
||||||
|
|
||||||
samsung,srom-page-mode = <1>;
|
samsung,srom-page-mode;
|
||||||
samsung,srom-timing = <9 12 1 9 1 1>;
|
samsung,srom-timing = <9 12 1 9 1 1>;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
@ -102,8 +102,8 @@
|
||||||
reg = <0x10000000 0x100>;
|
reg = <0x10000000 0x100>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sromc: sromc@12250000 {
|
sromc: memory-controller@12250000 {
|
||||||
compatible = "samsung,exynos-srom";
|
compatible = "samsung,exynos4210-srom";
|
||||||
reg = <0x12250000 0x14>;
|
reg = <0x12250000 0x14>;
|
||||||
#address-cells = <2>;
|
#address-cells = <2>;
|
||||||
#size-cells = <1>;
|
#size-cells = <1>;
|
||||||
|
|
Loading…
Add table
Reference in a new issue