]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
ARM: dts: am4372: Mark emif with ti,no-idle
authorDave Gerlach <d-gerlach@ti.com>
Mon, 19 Feb 2018 03:35:04 +0000 (21:35 -0600)
committerTony Lindgren <tony@atomide.com>
Tue, 27 Feb 2018 17:43:29 +0000 (09:43 -0800)
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>
arch/arm/boot/dts/am4372.dtsi

index b136c401879f34912f014482d8135d39a3fc4dc3..1ec8bdb00183f83f089371049af02719161a9aca 100644 (file)
                        compatible = "ti,emif-am4372";
                        reg = <0x4c000000 0x1000000>;
                        ti,hwmods = "emif";
+                       ti,no-idle;
                        sram = <&pm_sram_code
                                &pm_sram_data>;
                };