diff options
Diffstat (limited to 'arch/arm/boot/dts/omap36xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap36xx.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap36xx.dtsi b/arch/arm/boot/dts/omap36xx.dtsi index 541704a59a5a..86253de5a97a 100644 --- a/arch/arm/boot/dts/omap36xx.dtsi +++ b/arch/arm/boot/dts/omap36xx.dtsi | |||
@@ -8,6 +8,8 @@ | |||
8 | * kind, whether express or implied. | 8 | * kind, whether express or implied. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | #include <dt-bindings/media/omap3-isp.h> | ||
12 | |||
11 | #include "omap3.dtsi" | 13 | #include "omap3.dtsi" |
12 | 14 | ||
13 | / { | 15 | / { |
@@ -69,6 +71,21 @@ | |||
69 | pinctrl-single,register-width = <16>; | 71 | pinctrl-single,register-width = <16>; |
70 | pinctrl-single,function-mask = <0xff1f>; | 72 | pinctrl-single,function-mask = <0xff1f>; |
71 | }; | 73 | }; |
74 | |||
75 | isp: isp@480bc000 { | ||
76 | compatible = "ti,omap3-isp"; | ||
77 | reg = <0x480bc000 0x12fc | ||
78 | 0x480bd800 0x0600>; | ||
79 | interrupts = <24>; | ||
80 | iommus = <&mmu_isp>; | ||
81 | syscon = <&scm_conf 0x2f0>; | ||
82 | ti,phy-type = <OMAP3ISP_PHY_TYPE_CSIPHY>; | ||
83 | #clock-cells = <1>; | ||
84 | ports { | ||
85 | #address-cells = <1>; | ||
86 | #size-cells = <0>; | ||
87 | }; | ||
88 | }; | ||
72 | }; | 89 | }; |
73 | }; | 90 | }; |
74 | 91 | ||