diff mbox

ARM: tegra: enable Tegra RTC as default for Tegra124

Message ID 1381485425-3354-1-git-send-email-josephl@nvidia.com
State Accepted, archived
Headers show

Commit Message

Joseph Lo Oct. 11, 2013, 9:57 a.m. UTC
This patch makes the Tegra RTC enabled as default for Tegra124 platform.

Signed-off-by: Joseph Lo <josephl@nvidia.com>
---
Note:
This patch was based on the patch "ARM: tegra: add clock properties for
devices of Tegra124" that already queued in linux-tegra.
---
 arch/arm/boot/dts/tegra124.dtsi | 1 -
 1 file changed, 1 deletion(-)

Comments

Stephen Warren Oct. 11, 2013, 3:59 p.m. UTC | #1
On 10/11/2013 03:57 AM, Joseph Lo wrote:
> This patch makes the Tegra RTC enabled as default for Tegra124 platform.

I've applied this to Tegra's for-3.13/dt branch.

> Note:
> This patch was based on the patch "ARM: tegra: add clock properties for
> devices of Tegra124" that already queued in linux-tegra.

That patch has been posted, but not queued. I can't queue it until
Peter's clock series is finalized, since it depends on that.
--
To unsubscribe from this list: send the line "unsubscribe linux-tegra" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
index 7862024..2207555 100644
--- a/arch/arm/boot/dts/tegra124.dtsi
+++ b/arch/arm/boot/dts/tegra124.dtsi
@@ -94,7 +94,6 @@ 
 		compatible = "nvidia,tegra124-rtc", "nvidia,tegra20-rtc";
 		reg = <0x7000e000 0x100>;
 		interrupts = <GIC_SPI 2 IRQ_TYPE_LEVEL_HIGH>;
-		status = "disabled";
 		clocks = <&tegra_car TEGRA124_CLK_RTC>;
 	};