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:

committed by
Krzysztof Kozlowski

parent
f77cbb9a3e
commit
cdd745c8c7
@@ -204,5 +204,11 @@
|
|||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
sss: sss@10830000 {
|
||||||
|
compatible = "samsung,exynos4210-secss";
|
||||||
|
reg = <0x10830000 0x300>;
|
||||||
|
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -739,14 +739,6 @@
|
|||||||
status = "disabled";
|
status = "disabled";
|
||||||
};
|
};
|
||||||
|
|
||||||
sss@10830000 {
|
|
||||||
compatible = "samsung,exynos4210-secss";
|
|
||||||
reg = <0x10830000 0x300>;
|
|
||||||
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
clocks = <&clock CLK_SSS>;
|
|
||||||
clock-names = "secss";
|
|
||||||
};
|
|
||||||
|
|
||||||
sysmmu_g2d: sysmmu@10A60000 {
|
sysmmu_g2d: sysmmu@10A60000 {
|
||||||
compatible = "samsung,exynos-sysmmu";
|
compatible = "samsung,exynos-sysmmu";
|
||||||
reg = <0x10A60000 0x1000>;
|
reg = <0x10A60000 0x1000>;
|
||||||
@@ -1092,4 +1084,9 @@
|
|||||||
dma-names = "rx", "tx";
|
dma-names = "rx", "tx";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&sss {
|
||||||
|
clocks = <&clock CLK_SSS>;
|
||||||
|
clock-names = "secss";
|
||||||
|
};
|
||||||
|
|
||||||
#include "exynos5250-pinctrl.dtsi"
|
#include "exynos5250-pinctrl.dtsi"
|
||||||
|
@@ -79,12 +79,6 @@
|
|||||||
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 42 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sss: sss@10830000 {
|
|
||||||
compatible = "samsung,exynos4210-secss";
|
|
||||||
reg = <0x10830000 0x300>;
|
|
||||||
interrupts = <GIC_SPI 112 IRQ_TYPE_LEVEL_HIGH>;
|
|
||||||
};
|
|
||||||
|
|
||||||
/* i2c_0-3 are defined in exynos5.dtsi */
|
/* i2c_0-3 are defined in exynos5.dtsi */
|
||||||
hsi2c_4: i2c@12ca0000 {
|
hsi2c_4: i2c@12ca0000 {
|
||||||
compatible = "samsung,exynos5250-hsi2c";
|
compatible = "samsung,exynos5250-hsi2c";
|
||||||
|
Reference in New Issue
Block a user