Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp1728238pxj; Wed, 19 May 2021 12:27:59 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxHb5GhdQ6F5NxRhiUtZg8bSWyiw5aPfyymUF14XQjhEVboNvEcDsqSbQNfwKSC6PB1OP/v X-Received: by 2002:a17:907:105e:: with SMTP id oy30mr757553ejb.258.1621452479515; Wed, 19 May 2021 12:27:59 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621452479; cv=none; d=google.com; s=arc-20160816; b=zC9IejnlFdq2mDc0w/HfiBjAnW8WSou6Gol3N1W8uTTGxZM0s3Zyn0+INXNPmVA2pn ypfCvmA6hbXlcyUdM2QF8yNQVXUDAVvOl6K80+xeW20+XzkoZHjF0ZLN7PjphqcYzOav 1No5Kx51/qzkNcMICUKUcy4nCjES4Is2KzGkPpKojeWf8Hw3VA/ADrOsXxtgHjAPtno8 i/J09heLtHfuHbz1Zr0EP8YYBdZXWV4zITrQK0DDo11fM1+7PMeGU76xpz2cjsgLmfq8 F5KZxX48V+ExhZFXVs3xg7kM0inTeOMrOxgfM3e3n6j8N+m8XjHm8MV4n/fSdJS7BWIe U1Hg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:references:in-reply-to:message-id:date:subject :cc:to:from; bh=ugU0cFUV0NcqzOnVKaGYNY7+u+ieAfDdmLB9SVwC5wM=; b=y8SNIN9wxZBj7P99ikfJ0SmoOUcc8nRs3aQtOBNxJaDKhw1F3lEmcCPFr4ggrz7YRT eRPJfEtvnX7NqN71N53rxFcI/gC5Wh2hmS7kFL2PB25Py7S5MMR5cruFXEFkiCvydbiM uHF1FfcbejdJ2unBi1fPIsoNAPfrnmcEt79LOC4GG0T2a9vwd5uSRqWi5AO6Giv4c+aS lsp5YxSqVpVNnaptEgihVI/Hjyp5x9LfMVEcCwI/RU9whnBZ6xkirU3ggU36OEPE8RWY 9y+u+WqwuRU5j4wSAWNEzudmI+z6N02YFYTUkIycNvwpzC0Mj8NqfyV043BuOQUcXuZu 1rMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r11si483148eja.23.2021.05.19.12.27.35; Wed, 19 May 2021 12:27:59 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=arm.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348407AbhESKnm (ORCPT + 99 others); Wed, 19 May 2021 06:43:42 -0400 Received: from foss.arm.com ([217.140.110.172]:58860 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348306AbhESKne (ORCPT ); Wed, 19 May 2021 06:43:34 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id E8BCE143B; Wed, 19 May 2021 03:42:14 -0700 (PDT) Received: from localhost.localdomain (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id B289E3F719; Wed, 19 May 2021 03:42:12 -0700 (PDT) From: Andre Przywara To: Maxime Ripard , Chen-Yu Tsai , Jernej Skrabec Cc: Rob Herring , Icenowy Zheng , Samuel Holland , Ondrej Jirman , linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Alessandro Zummo , Alexandre Belloni , linux-rtc@vger.kernel.org Subject: [PATCH v6 03/17] dt-bindings: rtc: sun6i: Add H616 compatible string Date: Wed, 19 May 2021 11:41:38 +0100 Message-Id: <20210519104152.21119-4-andre.przywara@arm.com> X-Mailer: git-send-email 2.14.1 In-Reply-To: <20210519104152.21119-1-andre.przywara@arm.com> References: <20210519104152.21119-1-andre.przywara@arm.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Signed-off-by: Andre Przywara --- .../devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml b/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml index b1b0ee769b71..178c955f88bf 100644 --- a/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml +++ b/Documentation/devicetree/bindings/rtc/allwinner,sun6i-a31-rtc.yaml @@ -26,6 +26,7 @@ properties: - const: allwinner,sun50i-a64-rtc - const: allwinner,sun8i-h3-rtc - const: allwinner,sun50i-h6-rtc + - const: allwinner,sun50i-h616-rtc reg: maxItems: 1 @@ -97,7 +98,9 @@ allOf: properties: compatible: contains: - const: allwinner,sun50i-h6-rtc + enum: + - allwinner,sun50i-h6-rtc + - allwinner,sun50i-h616-rtc then: properties: -- 2.17.5