diff options
author | Tero Kristo <t-kristo@ti.com> | 2019-10-10 11:21:05 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-10-10 17:22:22 +0300 |
commit | 222fe59f3e4b03e265216c4a15f75f61874916a7 (patch) | |
tree | 6054eee982342f27434c83c8b1d59562be3eb510 /arch/arm/boot/dts/omap4-l4.dtsi | |
parent | db7725d3a6bf11607425a04f58efb15f1ed9ed31 (diff) | |
download | linux-222fe59f3e4b03e265216c4a15f75f61874916a7.tar.xz |
ARM: dts: omap4: add PRM nodes
Add PRM nodes for omap4 series of SoCs. These are initially used to
support reset control for some of the nodes, but will be extended
later to add powerdomain control and support for PRCM irqs among
other things.
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4-l4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4-l4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap4-l4.dtsi b/arch/arm/boot/dts/omap4-l4.dtsi index d60d5e0ecc4c..3421ef387e21 100644 --- a/arch/arm/boot/dts/omap4-l4.dtsi +++ b/arch/arm/boot/dts/omap4-l4.dtsi @@ -1007,7 +1007,7 @@ ranges = <0x0 0x6000 0x2000>; prm: prm@0 { - compatible = "ti,omap4-prm"; + compatible = "ti,omap4-prm", "simple-bus"; reg = <0x0 0x2000>; interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; #address-cells = <1>; |