Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp1634441ybi; Fri, 12 Jul 2019 20:48:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqzz/IqopYi7g9XHqnTbV8cZPioyZ0OufpmUXCbfuBTEqGCzhACl9iQdKwdorPvfGiMGplhP X-Received: by 2002:a17:902:8207:: with SMTP id x7mr15693328pln.63.1562989736072; Fri, 12 Jul 2019 20:48:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1562989736; cv=none; d=google.com; s=arc-20160816; b=hhZufHVRabljJWqocUBHotmpqImUpdzuvHOkMoBalMXdHUgOsNEtNkGsWyLGhYFujy myLXa2dPJxXeQVIffkH/i65dnxIDVpbTqo+HEk9947X3m4vqBbVaFGCREfPsYFcI1K6i qhWCYrel/EqcMlYELq+QdH12YfSVmvMDxrDXE/6kkpL6J2qRny+YAct0w/fnIPeyP7Ue SgBVKqENgeE/bBxobJThzTbOK0r9iQ4wuvx/RY/nzk0/iznYNae5TVvlKA8Q+E/Aqu97 4XdjwTtrhJ+BDQOX6ArD8VrKNietUeJPBPiz48OekWTkVrWnlEKX8pKriK8IciDF0J+g VRlA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from; bh=e06nh3sJo1u2dpumsHPP1dTdYft9wC/+K6ou0VjG2oQ=; b=VoUPlAVF4OF/iLYH6su9JPFDe/wNiG2QeYr8HMrB1ZnRUlMPs9LgntWZGQQYz4KWKt zR4eIJ9yQJg8IpVj7NLTC/TzttFCevCN2g09g3T6ZQA47uC5cZzyuuPu45lNVuwgjh+E lBErgBe2B91uGmGCWoSty69a2CQcljk0esqhsIcgn8qc9xoBBZO75GzHa5VbATZI4JyZ sG3sapig4VK92o73opq96vl8dLzDj+qrrVHi+vtTv1H5+OG8/GG+Rx/AQuim/9fq0/ws TJGvE+YtpHNvlLFJjWH4V1LK76exo8pGqPGZTGIfXkW/k2NP5EFyNY3CLy6Pu59WFG7B Em8A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id b6si9986908pge.44.2019.07.12.20.48.41; Fri, 12 Jul 2019 20:48:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727719AbfGMDrw (ORCPT + 99 others); Fri, 12 Jul 2019 23:47:52 -0400 Received: from hermes.aosc.io ([199.195.250.187]:42710 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727466AbfGMDrw (ORCPT ); Fri, 12 Jul 2019 23:47:52 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id A2E4E6EAE7; Sat, 13 Jul 2019 03:47:46 +0000 (UTC) From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Linus Walleij Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng , Rob Herring Subject: [PATCH v4 3/8] dt-bindings: clk: sunxi-ccu: add compatible string for V3 CCU Date: Sat, 13 Jul 2019 11:46:29 +0800 Message-Id: <20190713034634.44585-4-icenowy@aosc.io> In-Reply-To: <20190713034634.44585-1-icenowy@aosc.io> References: <20190713034634.44585-1-icenowy@aosc.io> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Despite Allwinner V3 and V3s shares the same die, one peripheral (I2S) is only available on V3, and thus the clocks is not declared for V3s CCU. Add a V3 CCU compatible string to the binding to prepare for a CCU driver that provide I2S clock on V3, but not on V3s. Signed-off-by: Icenowy Zheng Reviewed-by: Rob Herring --- No changes since v3. Changes in v2: - Adapt to YAML binding document in linux-next. .../devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml b/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml index c935405458fe..1bde87fc94c5 100644 --- a/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml +++ b/Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml @@ -31,6 +31,7 @@ properties: - allwinner,sun8i-h3-ccu - allwinner,sun8i-h3-r-ccu - allwinner,sun8i-r40-ccu + - allwinner,sun8i-v3-ccu - allwinner,sun8i-v3s-ccu - allwinner,sun9i-a80-ccu - allwinner,sun50i-a64-ccu -- 2.21.0