diff options
author | Dave Gerlach <d-gerlach@ti.com> | 2018-02-18 22:35:05 -0500 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2018-02-27 12:43:30 -0500 |
commit | 2ac54194ce5ff0f32b72f0ee2c78bdf878fd2cec (patch) | |
tree | 269a2e440ee01ff4a0e4e7b43ff2b1cac0c968d7 | |
parent | f3ca5dffb02c18ac3ad43143c82a9ad9a8745167 (diff) |
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>
-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 @@ | |||
153 | #size-cells = <1>; | 153 | #size-cells = <1>; |
154 | ranges; | 154 | ranges; |
155 | ti,hwmods = "l3_main"; | 155 | ti,hwmods = "l3_main"; |
156 | ti,no-idle; | ||
156 | reg = <0x44000000 0x400000 | 157 | reg = <0x44000000 0x400000 |
157 | 0x44800000 0x400000>; | 158 | 0x44800000 0x400000>; |
158 | interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>, | 159 | interrupts = <GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>, |