Message ID | 1381485425-3354-1-git-send-email-josephl@nvidia.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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.
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>; };
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(-)