On 10/09/2013 03:20 AM, Joseph Lo wrote: > Enable the Tegra RTC device on Venice2. It also can be used as a wakeup > device when platform suspended. > diff --git a/arch/arm/boot/dts/tegra124-venice2.dts b/arch/arm/boot/dts/tegra124-venice2.dts > + rtc@7000e000 { > + status = "okay"; > + }; Does that mean this node has status = "disabled" in tegra124.dtsi? It shouldn't have, since the RTC doesn't depend on any board-specific HW, and hence can be enabled by default. We certainly have it enabled by default on all previous SoCs. I assume this was caused by one of the commits of yours I already applied? Let's have a fixup patch to tegra124.dtsi. -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html