Re: [PATCH 4/5] ARM: EXYNOS: DTS: add SROM device node for exynos5

2015-05-27 Thread Krzysztof Kozlowski
W dniu 29.04.2015 o 17:38, Pankaj Dubey pisze:
 Add SROM device node for exynos5.

All comments from 3/5 apply here also.

Best regards,
Krzysztof

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH 4/5] ARM: EXYNOS: DTS: add SROM device node for exynos5

2015-04-29 Thread Pankaj Dubey
Add SROM device node for exynos5.

CC: Rob Herring robh...@kernel.org
CC: Mark Rutland mark.rutl...@arm.com
CC: Ian Campbell ijc+devicet...@hellion.org.uk
Signed-off-by: Pankaj Dubey pankaj.du...@samsung.com
---
 arch/arm/boot/dts/exynos5.dtsi | 5 +
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi
index a0cc0b6..d3be361 100644
--- a/arch/arm/boot/dts/exynos5.dtsi
+++ b/arch/arm/boot/dts/exynos5.dtsi
@@ -30,6 +30,11 @@
reg = 0x1000 0x100;
};
 
+   sromc@1225 {
+   compatible = samsung,exynos-srom;
+   reg = 0x1225 0x100;
+   };
+
combiner: interrupt-controller@1044 {
compatible = samsung,exynos4210-combiner;
#interrupt-cells = 2;
-- 
2.2.0

--
To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html