@@ -370,37 +370,45 @@
interrupts = <0 94 0>;
};
- csis_0: csis@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@13C30000 {
- compatible = "samsung,exynos5250-csis";
- reg = <0x13C30000 0x4000>;
- interrupts = <0 80 0>;
- bus-width = <4>;
- status = "disabled";
- };
+ fimc_lite_0: fimc-lite@13C00000 {
+ compatible = "samsung,exynos5250-fimc-lite";
+ reg = <0x13C00000 0x1000>;
+ interrupts = <0 125 0>;
+ };
- fimc_lite_0: fimc-lite@13C00000 {
- compatible = "samsung,exynos5250-fimc-lite";
- reg = <0x13C00000 0x1000>;
- interrupts = <0 125 0>;
- };
+ fimc_lite_1: fimc-lite@13C10000 {
+ compatible = "samsung,exynos5250-fimc-lite";
+ reg = <0x13C10000 0x1000>;
+ interrupts = <0 126 0>;
+ };
- fimc_lite_1: fimc-lite@13C10000 {
- compatible = "samsung,exynos5250-fimc-lite";
- reg = <0x13C10000 0x1000>;
- interrupts = <0 126 0>;
- };
+ fimc_lite_2: fimc-lite@13C90000 {
+ compatible = "samsung,exynos5250-fimc-lite";
+ reg = <0x13C90000 0x1000>;
+ interrupts = <0 110 0>;
+ };
- fimc_lite_2: fimc-lite@13C90000 {
- compatible = "samsung,exynos5250-fimc-lite";
- reg = <0x13C90000 0x1000>;
- interrupts = <0 110 0>;
+ csis_0: csis@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@13C30000 {
+ compatible = "samsung,exynos5250-csis";
+ reg = <0x13C30000 0x4000>;
+ interrupts = <0 80 0>;
+ bus-width = <2>;
+ status = "disabled";
+ };
};
};
This patch adds the media device driver specific dt bindings to the Exynos5 specific SoCs. Signed-off-by: Shaik Ameer Basha <shaik.ameer@samsung.com> --- arch/arm/boot/dts/exynos5250.dtsi | 64 +++++++++++++++++++++---------------- 1 file changed, 36 insertions(+), 28 deletions(-)