From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io1-f41.google.com (mail-io1-f41.google.com [209.85.166.41]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D23F0168 for ; Fri, 23 Jul 2021 22:34:19 +0000 (UTC) Received: by mail-io1-f41.google.com with SMTP id l18so4273162ioh.11 for ; Fri, 23 Jul 2021 15:34:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=TH8NwjgGNKw31GPwobc3YtH8dzN1b3PNVMnoYDbP9Ac=; b=dJaBVRgQLivg31K6+qbUM2WqgNHDzSQXUqzFKuUr9hHx0mRqs5xdJX9E0RrPxnsi+w 4U5CXw5gn8bgxDabq4nU2d3AHoZstIqA2iGwslsLBlanpSyUUuLaa3Q/B3VX7yKWwdtY EwuX7YRIdlo8diypigy3++2WCJSggAYFWR8q+f4V5XAp//JB+0HvJvZTchY0KakIV3sL RT/3DVdaPGuwiySolVSmismGc28n2nngEnlBfu6Zg0mzBb+S+s+SjbdlBxCCFAkHt2eq 0dV+iEZuyTqqfLreUzNQ3WgYHnBgvRr8wUfi27+rEJIeN1FAv8D2VNQOTvd0yTHyggfl MXCw== X-Gm-Message-State: AOAM5325y6gphnmhUWm4+lXwH3L3AumbE2wFHSeY44e7g83Z0yIC5U7E tdwA+JSdh41ESlAEilP3jQ== X-Google-Smtp-Source: ABdhPJwzpsRPOsz04Ypu007vBvjX5yFZSviP6hLL5hNmsePLTO1V8PzlfehOcPfRXr/M+oL6QZguHA== X-Received: by 2002:a05:6638:3460:: with SMTP id q32mr5887409jav.70.1627079658991; Fri, 23 Jul 2021 15:34:18 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id z18sm16639874ilp.68.2021.07.23.15.34.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 15:34:18 -0700 (PDT) Received: (nullmailer pid 2724681 invoked by uid 1000); Fri, 23 Jul 2021 22:34:16 -0000 Date: Fri, 23 Jul 2021 16:34:16 -0600 From: Rob Herring To: Andre Przywara Cc: linux-sunxi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, Icenowy Zheng , linux-kernel@vger.kernel.org, linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, Chen-Yu Tsai , linux-sunxi@googlegroups.com, Ondrej Jirman , Jernej Skrabec , Alessandro Zummo , Alexandre Belloni , Samuel Holland , Maxime Ripard Subject: Re: [PATCH v8 02/11] dt-bindings: rtc: sun6i: Add H616 compatible string Message-ID: <20210723223416.GA2724623@robh.at.kernel.org> References: <20210723153838.6785-1-andre.przywara@arm.com> <20210723153838.6785-3-andre.przywara@arm.com> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210723153838.6785-3-andre.przywara@arm.com> On Fri, 23 Jul 2021 16:38:29 +0100, Andre Przywara wrote: > Add the obvious compatible name to the existing RTC binding. > The actual RTC part of the device uses a different day/month/year > storage scheme, so it's not compatible with the previous devices. > Also the clock part is quite different, as there is no external 32K LOSC > oscillator input. > > Signed-off-by: Andre Przywara > --- > .../bindings/rtc/allwinner,sun6i-a31-rtc.yaml | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > Reviewed-by: Rob Herring