Skip to content

Commit

Permalink
ARM: dts: am4372: Mark emif with ti,no-idle
Browse files Browse the repository at this point in the history
We can never idle the emif hwmod from within the HLOS so mark the emif
node with ti,no-idle.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
  • Loading branch information
dgerlach authored and tmlind committed Feb 27, 2018
1 parent 819cb95 commit f3ca5df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/am4372.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@
compatible = "ti,emif-am4372";
reg = <0x4c000000 0x1000000>;
ti,hwmods = "emif";
ti,no-idle;
sram = <&pm_sram_code
&pm_sram_data>;
};
Expand Down

0 comments on commit f3ca5df

Please sign in to comment.