Message ID | 20190828075644.4493-2-t-kristo@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: dts: omap changes for IOMMU / reset support | expand |
diff --git a/arch/arm/boot/dts/omap54xx-clocks.dtsi b/arch/arm/boot/dts/omap54xx-clocks.dtsi index 33e8dd905bff..f1ab2777e33e 100644 --- a/arch/arm/boot/dts/omap54xx-clocks.dtsi +++ b/arch/arm/boot/dts/omap54xx-clocks.dtsi @@ -1132,6 +1132,20 @@ }; }; + iva_cm: iva_cm@1200 { + compatible = "ti,omap4-cm"; + reg = <0x1200 0x100>; + #address-cells = <1>; + #size-cells = <1>; + ranges = <0 0x1200 0x100>; + + iva_clkctrl: clk@20 { + compatible = "ti,clkctrl"; + reg = <0x20 0xc>; + #clock-cells = <2>; + }; + }; + dss_cm: dss_cm@1400 { compatible = "ti,omap4-cm"; reg = <0x1400 0x100>;
Add clkctrtl nodes for Image and Video Accelerator subsystem for omap5. Signed-off-by: Tero Kristo <t-kristo@ti.com> --- arch/arm/boot/dts/omap54xx-clocks.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+)