Hello. On 10/31/2016 2:02 AM, Paul Cercueil wrote:
Now that the jz4740-rtc driver supports devicetree, we can add a devicetree node for it. Signed-off-by: Paul Cercueil <paul@xxxxxxxxxxxxxxx> Acked-by: Maarten ter Huurne <maarten@xxxxxxxxxxxxxx> --- arch/mips/boot/dts/ingenic/jz4740.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) v2: Previous patch 5/5 was garbage. This is a new patch. diff --git a/arch/mips/boot/dts/ingenic/jz4740.dtsi b/arch/mips/boot/dts/ingenic/jz4740.dtsi index f6ae6ed..c6acd6a 100644 --- a/arch/mips/boot/dts/ingenic/jz4740.dtsi +++ b/arch/mips/boot/dts/ingenic/jz4740.dtsi @@ -44,6 +44,17 @@ #clock-cells = <1>; }; + rtc_dev: jz4740-rtc@10003000 {
Just "rtc@10003000" to comply with the DT spec. [...] MBR, Sergei