diff options
Diffstat (limited to 'arch/arm/boot/dts/omap34xx.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap34xx.dtsi | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/omap34xx.dtsi b/arch/arm/boot/dts/omap34xx.dtsi index 3819c1e91591..4f6b2d5b1902 100644 --- a/arch/arm/boot/dts/omap34xx.dtsi +++ b/arch/arm/boot/dts/omap34xx.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 | / { |
@@ -37,6 +39,21 @@ | |||
37 | pinctrl-single,register-width = <16>; | 39 | pinctrl-single,register-width = <16>; |
38 | pinctrl-single,function-mask = <0xff1f>; | 40 | pinctrl-single,function-mask = <0xff1f>; |
39 | }; | 41 | }; |
42 | |||
43 | isp: isp@480bc000 { | ||
44 | compatible = "ti,omap3-isp"; | ||
45 | reg = <0x480bc000 0x12fc | ||
46 | 0x480bd800 0x017c>; | ||
47 | interrupts = <24>; | ||
48 | iommus = <&mmu_isp>; | ||
49 | syscon = <&scm_conf 0xdc>; | ||
50 | ti,phy-type = <OMAP3ISP_PHY_TYPE_COMPLEX_IO>; | ||
51 | #clock-cells = <1>; | ||
52 | ports { | ||
53 | #address-cells = <1>; | ||
54 | #size-cells = <0>; | ||
55 | }; | ||
56 | }; | ||
40 | }; | 57 | }; |
41 | }; | 58 | }; |
42 | 59 | ||