ARM: dts: exynos: Remove duplicate definitions of SSS nodes for Exynos5

Move Security Subsystem nodes common for Exynos5250 and Exynos54xx
to exynos5.dtsi to avoid duplication.

Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
Łukasz Stelmach
2017-11-27 13:37:11 +01:00
committed by Krzysztof Kozlowski
parent f77cbb9a3e
commit cdd745c8c7
3 changed files with 11 additions and 14 deletions

View File

@@ -204,5 +204,11 @@
#size-cells = <0>;
status = "disabled";
};
sss: sss@10830000 {
compatible = "samsung,exynos4210-secss";
reg = <0x10830000 0x300>;
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
};
};
};