diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2018-02-18 21:35:05 -0600 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-27 09:43:30 -0800 |
commit | 2ac54194ce5ff0f32b72f0ee2c78bdf878fd2cec (patch) | |
tree | 269a2e440ee01ff4a0e4e7b43ff2b1cac0c968d7 /arch/arm/boot/dts/am4372.dtsi | |
parent | f3ca5dffb02c18ac3ad43143c82a9ad9a8745167 (diff) | |
download | linux-2ac54194ce5ff0f32b72f0ee2c78bdf878fd2cec.tar.bz2 |
ARM: dts: am4372: Mark omap_l3_noc with ti,no-idle
We can never idle the l3_main hwmod so mark the omap_l3_noc node
with ti,no-idle.
Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/am4372.dtsi')
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 1ec8bdb00183..9a541cd12e0a 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -153,6 +153,7 @@ #size-cells = <1>; ranges; ti,hwmods = "l3_main"; + ti,no-idle; reg = <0x44000000 0x400000 0x44800000 0x400000>; interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>, |