diff options
author | Tony Lindgren <tony@atomide.com> | 2019-12-17 20:34:14 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-12-17 20:34:14 +0300 |
commit | 54a751f623f54af53cfbb154b9c3a8bdcc43c9e2 (patch) | |
tree | 169b36d04edaac3720795bf231861cdff94f69d0 /arch/arm/boot/dts/omap4-l4.dtsi | |
parent | d864dbdfa6ddaa24132c637d925463be71d83092 (diff) | |
parent | a6c8056d2f34e8d8fec398630facb32673f23984 (diff) | |
download | linux-54a751f623f54af53cfbb154b9c3a8bdcc43c9e2.tar.xz |
Merge branch 'omap-for-v5.6/ti-sysc-dt' into omap-for-v5.6/ti-sysc-drop-pdata
Diffstat (limited to 'arch/arm/boot/dts/omap4-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-l4.dtsi | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/omap4-l4.dtsi b/arch/arm/boot/dts/omap4-l4.dtsi index 99afed7765aa..234c83d53ff7 100644 --- a/arch/arm/boot/dts/omap4-l4.dtsi +++ b/arch/arm/boot/dts/omap4-l4.dtsi @@ -320,7 +320,6 @@ target-module@66000 { /* 0x4a066000, ap 25 26.0 */ compatible = "ti,sysc-omap2", "ti,sysc"; - ti,hwmods = "mmu_dsp"; reg = <0x66000 0x4>, <0x66010 0x4>, <0x66014 0x4>; @@ -334,12 +333,18 @@ /* Domains (V, P, C): iva, tesla_pwrdm, tesla_clkdm */ clocks = <&tesla_clkctrl OMAP4_DSP_CLKCTRL 0>; clock-names = "fck"; + resets = <&prm_tesla 1>; + reset-names = "rstctrl"; #address-cells = <1>; #size-cells = <1>; ranges = <0x0 0x66000 0x1000>; - /* mmu_dsp cannot be moved before reset driver */ - status = "disabled"; + mmu_dsp: mmu@0 { + compatible = "ti,omap4-iommu"; + reg = <0x0 0x100>; + interrupts = <GIC_SPI 28 IRQ_TYPE_LEVEL_HIGH>; + #iommu-cells = <0>; + }; }; }; |