Skip to content

Commit 2bb7bab

Browse files
committed
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: 4c38798 ("ARM: dts: omap5: Add l4 interconnect hierarchy and ti-sysc data") Signed-off-by: Tony Lindgren <tony@atomide.com>
1 parent ef4a55b commit 2bb7bab

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

arch/arm/boot/dts/omap5-l4.dtsi

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,8 +1046,6 @@
10461046
<SYSC_IDLE_SMART>,
10471047
<SYSC_IDLE_SMART_WKUP>;
10481048
ti,syss-mask = <1>;
1049-
ti,no-reset-on-init;
1050-
ti,no-idle-on-init;
10511049
/* Domains (V, P, C): core, core_pwrdm, l4per_clkdm */
10521050
clocks = <&l4per_clkctrl OMAP5_UART3_CLKCTRL 0>;
10531051
clock-names = "fck";

0 commit comments

Comments
 (0)