Message ID | 1424958600-18881-6-git-send-email-pali.rohar@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu 2015-02-26 14:49:55, Pali Rohár wrote: > Device timer12 is automatically disabled on all HS devices via DTS property > "ti,timer-secure" in file omap3.dtsi so it can be safely removed. We do not > need to disable it on another place. Dunno. Theoretically, Linux is not the only user of dts... so even if linux handles ti,timer-secure as "don't use it", that may not be right for bootloaders etc. > diff --git a/arch/arm/boot/dts/omap34xx-hs.dtsi b/arch/arm/boot/dts/omap34xx-hs.dtsi > index 1ff6264..d4be302 100644 > --- a/arch/arm/boot/dts/omap34xx-hs.dtsi > +++ b/arch/arm/boot/dts/omap34xx-hs.dtsi > @@ -10,7 +10,3 @@ > &sham { > status = "disabled"; > }; > - > -&timer12 { > - status = "disabled"; > -}; > diff --git a/arch/arm/boot/dts/omap36xx-hs.dtsi b/arch/arm/boot/dts/omap36xx-hs.dtsi > index 2c7febb..e93ff8d 100644 > --- a/arch/arm/boot/dts/omap36xx-hs.dtsi > +++ b/arch/arm/boot/dts/omap36xx-hs.dtsi > @@ -10,7 +10,3 @@ > &sham { > status = "disabled"; > }; > - > -&timer12 { > - status = "disabled"; > -};
diff --git a/arch/arm/boot/dts/omap34xx-hs.dtsi b/arch/arm/boot/dts/omap34xx-hs.dtsi index 1ff6264..d4be302 100644 --- a/arch/arm/boot/dts/omap34xx-hs.dtsi +++ b/arch/arm/boot/dts/omap34xx-hs.dtsi @@ -10,7 +10,3 @@ &sham { status = "disabled"; }; - -&timer12 { - status = "disabled"; -}; diff --git a/arch/arm/boot/dts/omap36xx-hs.dtsi b/arch/arm/boot/dts/omap36xx-hs.dtsi index 2c7febb..e93ff8d 100644 --- a/arch/arm/boot/dts/omap36xx-hs.dtsi +++ b/arch/arm/boot/dts/omap36xx-hs.dtsi @@ -10,7 +10,3 @@ &sham { status = "disabled"; }; - -&timer12 { - status = "disabled"; -};
Device timer12 is automatically disabled on all HS devices via DTS property "ti,timer-secure" in file omap3.dtsi so it can be safely removed. We do not need to disable it on another place. Signed-off-by: Pali Rohár <pali.rohar@gmail.com> --- arch/arm/boot/dts/omap34xx-hs.dtsi | 4 ---- arch/arm/boot/dts/omap36xx-hs.dtsi | 4 ---- 2 files changed, 8 deletions(-)