diff options
author | Pavel Fedin <p.fedin@samsung.com> | 2015-11-16 10:43:03 +0300 |
---|---|---|
committer | Krzysztof Kozlowski <k.kozlowski@samsung.com> | 2016-01-25 04:32:07 +0300 |
commit | d2deef6c61e65d1e0cee40c1d74fa99007da8c84 (patch) | |
tree | 5757eea0976be1d2a70bac8498b65761b8031b9a /arch/arm/boot/dts/exynos5410.dtsi | |
parent | c3ede5e0a3c149d289ea1828ec3d244bc643b0e9 (diff) | |
download | linux-d2deef6c61e65d1e0cee40c1d74fa99007da8c84.tar.xz |
ARM: dts: Add SROM to exynos5410
This machine uses own SoC device tree file, add missing part.
Signed-off-by: Pavel Fedin <p.fedin@samsung.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5410.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5410.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/exynos5410.dtsi b/arch/arm/boot/dts/exynos5410.dtsi index fad0779b1b6e..66f7fc6e29ef 100644 --- a/arch/arm/boot/dts/exynos5410.dtsi +++ b/arch/arm/boot/dts/exynos5410.dtsi @@ -97,6 +97,11 @@ reg = <0x10000000 0x100>; }; + sromc: sromc@12250000 { + compatible = "samsung,exynos-srom"; + reg = <0x12250000 0x14>; + }; + pmu_system_controller: system-controller@10040000 { compatible = "samsung,exynos5410-pmu", "syscon"; reg = <0x10040000 0x5000>; |