diff options
author | Tony Lindgren <tony@atomide.com> | 2019-01-07 13:42:40 -0800 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-01-07 15:42:56 -0800 |
commit | 2bb7babaae8780dd257abeb354c70cc176fd9dfa (patch) | |
tree | 663f0ff4bc09f5b9821f2f6ff2be3360bcd78371 /arch | |
parent | ef4a55b9197a8f844ea0663138e902dcce3e2f36 (diff) | |
download | linux-2bb7babaae8780dd257abeb354c70cc176fd9dfa.tar.gz linux-2bb7babaae8780dd257abeb354c70cc176fd9dfa.tar.bz2 linux-2bb7babaae8780dd257abeb354c70cc176fd9dfa.zip |
ARM: dts: Remove unnecessary idle flags for omap5 uart3
Looks like I accidentally left some extra flags for uart3 to
not idle it. This happened as I generated the data from a
running system where these flags are set dynamically on boot
by omap_hwmod_setup_earlycon_flags() if earlycon is enabled.
We can just remove them.
Fixes: 4c387984618f ("ARM: dts: omap5: Add l4 interconnect hierarchy and ti-sysc data")
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/omap5-l4.dtsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/omap5-l4.dtsi b/arch/arm/boot/dts/omap5-l4.dtsi index 9c7e309d9c2c..0960348002ad 100644 --- a/arch/arm/boot/dts/omap5-l4.dtsi +++ b/arch/arm/boot/dts/omap5-l4.dtsi @@ -1046,8 +1046,6 @@ <SYSC_IDLE_SMART>, <SYSC_IDLE_SMART_WKUP>; ti,syss-mask = <1>; - ti,no-reset-on-init; - ti,no-idle-on-init; /* Domains (V, P, C): core, core_pwrdm, l4per_clkdm */ clocks = <&l4per_clkctrl OMAP5_UART3_CLKCTRL 0>; clock-names = "fck"; |