diff options
author | Tony Lindgren <tony@atomide.com> | 2021-03-10 13:04:30 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2021-03-10 13:04:30 +0100 |
commit | 932ddde183185b33c92c5b7810cbdbb792cfcafd (patch) | |
tree | 96f2b9f539d4e7d04db42957b67a42c463d21fa9 /arch/arm/boot/dts/omap4460.dtsi | |
parent | ARM: dts: Configure interconnect target module for omap4 emif (diff) | |
download | linux-932ddde183185b33c92c5b7810cbdbb792cfcafd.tar.xz linux-932ddde183185b33c92c5b7810cbdbb792cfcafd.zip |
ARM: dts: Configure interconnect target module for omap4 debugss
We can now probe devices with device tree only configuration using
ti-sysc interconnect target module driver. Let's configure the
module, but keep the legacy "ti,hwmods" property to avoid new boot
time warnings. The legacy property will be removed in later patches
together with the legacy platform data.
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap4460.dtsi')
-rw-r--r-- | arch/arm/boot/dts/omap4460.dtsi | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/omap4460.dtsi b/arch/arm/boot/dts/omap4460.dtsi index 2d3e54901b6e..3d6db1db94e0 100644 --- a/arch/arm/boot/dts/omap4460.dtsi +++ b/arch/arm/boot/dts/omap4460.dtsi @@ -26,13 +26,6 @@ }; }; - pmu { - compatible = "arm,cortex-a9-pmu"; - interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>, - <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; - ti,hwmods = "debugss"; - }; - thermal-zones { #include "omap4-cpu-thermal.dtsi" }; @@ -128,4 +121,10 @@ <0x00030000 0x00030000 0x00010000>; }; +&pmu { + compatible = "arm,cortex-a9-pmu"; + interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>, + <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>; +}; + /include/ "omap446x-clocks.dtsi" |