[RFC 10/12] ARM: dts: Adding media device nodes to Exynos5 SoCs
Shaik Ameer Basha
shaik.ameer at samsung.com
Wed Mar 6 22:53:56 EST 2013
This patch adds the media device driver specific dt bindings
to the Exynos5 specific SoCs.
Signed-off-by: Shaik Ameer Basha <shaik.ameer at samsung.com>
---
arch/arm/boot/dts/exynos5250.dtsi | 64 +++++++++++++++++++++----------------
1 file changed, 36 insertions(+), 28 deletions(-)
diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
index e09cda0..564c05f 100644
--- a/arch/arm/boot/dts/exynos5250.dtsi
+++ b/arch/arm/boot/dts/exynos5250.dtsi
@@ -370,37 +370,45 @@
interrupts = <0 94 0>;
};
- csis_0: csis at 13C20000 {
- compatible = "samsung,exynos5250-csis";
- reg = <0x13C20000 0x4000>;
- interrupts = <0 79 0>;
- bus-width = <4>;
- status = "disabled";
- };
+ camera {
+ compatible = "samsung,exynos5-fimc", "simple-bus";
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges;
- csis_1: csis at 13C30000 {
- compatible = "samsung,exynos5250-csis";
- reg = <0x13C30000 0x4000>;
- interrupts = <0 80 0>;
- bus-width = <4>;
- status = "disabled";
- };
+ fimc_lite_0: fimc-lite at 13C00000 {
+ compatible = "samsung,exynos5250-fimc-lite";
+ reg = <0x13C00000 0x1000>;
+ interrupts = <0 125 0>;
+ };
- fimc_lite_0: fimc-lite at 13C00000 {
- compatible = "samsung,exynos5250-fimc-lite";
- reg = <0x13C00000 0x1000>;
- interrupts = <0 125 0>;
- };
+ fimc_lite_1: fimc-lite at 13C10000 {
+ compatible = "samsung,exynos5250-fimc-lite";
+ reg = <0x13C10000 0x1000>;
+ interrupts = <0 126 0>;
+ };
- fimc_lite_1: fimc-lite at 13C10000 {
- compatible = "samsung,exynos5250-fimc-lite";
- reg = <0x13C10000 0x1000>;
- interrupts = <0 126 0>;
- };
+ fimc_lite_2: fimc-lite at 13C90000 {
+ compatible = "samsung,exynos5250-fimc-lite";
+ reg = <0x13C90000 0x1000>;
+ interrupts = <0 110 0>;
+ };
- fimc_lite_2: fimc-lite at 13C90000 {
- compatible = "samsung,exynos5250-fimc-lite";
- reg = <0x13C90000 0x1000>;
- interrupts = <0 110 0>;
+ csis_0: csis at 13C20000 {
+ compatible = "samsung,exynos5250-csis";
+ reg = <0x13C20000 0x4000>;
+ interrupts = <0 79 0>;
+ bus-width = <4>;
+ clock-names = "csis", "sclk_csis", "mux", "parent";
+ status = "disabled";
+ };
+
+ csis_1: csis at 13C30000 {
+ compatible = "samsung,exynos5250-csis";
+ reg = <0x13C30000 0x4000>;
+ interrupts = <0 80 0>;
+ bus-width = <2>;
+ status = "disabled";
+ };
};
};
--
1.7.9.5
More information about the devicetree-discuss
mailing list