Message ID | 20170904225324.29138-4-afaerber@suse.de |
---|---|
State | New |
Headers | show |
Series | arm64: Realtek RTD1295 RTC | expand |
diff --git a/arch/arm64/boot/dts/realtek/rtd1295.dtsi b/arch/arm64/boot/dts/realtek/rtd1295.dtsi index ab72255f843f..fbbd6456079e 100644 --- a/arch/arm64/boot/dts/realtek/rtd1295.dtsi +++ b/arch/arm64/boot/dts/realtek/rtd1295.dtsi @@ -164,6 +164,12 @@ status = "disabled"; }; + rtc@9801b600 { + compatible = "realtek,rtd1295-rtc"; + reg = <0x9801b600 0x100>; + clocks = <&clkc RTD1295_CLK_EN_MISC_RTC>; + }; + gic: interrupt-controller@ff011000 { compatible = "arm,gic-400"; reg = <0xff011000 0x1000>,
Add RTC node to the Realtek RTD1295 Device Tree. Signed-off-by: Andreas Färber <afaerber@suse.de> --- v3 -> v4: Unchanged v2 -> v3: * Rebased to no longer depend on reset controller series v1 -> v2: Unchanged Depends on the pending clock bindings. arch/arm64/boot/dts/realtek/rtd1295.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) -- 2.13.5 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html