diff options
author | Tony Lindgren <tony@atomide.com> | 2020-11-12 12:57:03 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2020-11-19 16:09:01 +0300 |
commit | ae57d1558908aa797437a45e3c8f91712d2c3114 (patch) | |
tree | 55c8e0a89eb03759d754ab8ccb68cedab7693265 /arch/arm/boot/dts/dra7xx-clocks.dtsi | |
parent | 1021b37ecdc83d494846923abe1b381b1f494fa4 (diff) | |
download | linux-ae57d1558908aa797437a45e3c8f91712d2c3114.tar.xz |
ARM: dts: Configure interconnect target module for dra7 iva
We can now probe devices with device tree only configuration using
ti-sysc interconnect target module driver.
Cc: Suman Anna <s-anna@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/dra7xx-clocks.dtsi')
-rw-r--r-- | arch/arm/boot/dts/dra7xx-clocks.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/dra7xx-clocks.dtsi b/arch/arm/boot/dts/dra7xx-clocks.dtsi index dc0a93bccbf1..2365554eef3c 100644 --- a/arch/arm/boot/dts/dra7xx-clocks.dtsi +++ b/arch/arm/boot/dts/dra7xx-clocks.dtsi @@ -1726,6 +1726,20 @@ }; }; + iva_cm: iva-cm@f00 { + compatible = "ti,omap4-cm"; + reg = <0xf00 0x100>; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0xf00 0x100>; + + iva_clkctrl: iva-clkctrl@20 { + compatible = "ti,clkctrl"; + reg = <0x20 0xc>; + #clock-cells = <2>; + }; + }; + cam_cm: cam-cm@1000 { compatible = "ti,omap4-cm"; reg = <0x1000 0x100>; |