Received: by 2002:a25:f815:0:0:0:0:0 with SMTP id u21csp1015078ybd; Sat, 22 Jun 2019 21:40:02 -0700 (PDT) X-Google-Smtp-Source: APXvYqwTcZpB5Bg9CJZsWislKSsm6YlxgCJ1CPTM2HhNKvHQ9c9RrPH3OiYFXxs/Y/8GWBAd6+nN X-Received: by 2002:a63:d551:: with SMTP id v17mr26878612pgi.365.1561264802456; Sat, 22 Jun 2019 21:40:02 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561264802; cv=none; d=google.com; s=arc-20160816; b=dB9cyc5OorJj3b6xLnOUiBEyCnQzl6SWTx/FxChngIVeD3s4oMcZVcUHTJZEMAGpiP g9pSVF6Lrlm0gvuAqA1uUpM7hMc+2DZs5FRufIcwGEMUKyAAqEB8es78V05NssKiSkda Brbk8e7F29zBmsRLOBOYYanQXA0bY9TuhbbayJmOc9G3d/RA5n9HAqqSqGJ09gJlylwr w4KUyN5jWcQjI7D8iXLvSXGL9eA8HP4myU3sMI9ZCoZinSgvr4RMysP9Xb1oeFNCY/BJ HNcJIG/vBxg+GXLliUusurOLp2dTEzNPYnEy6vjtM27JPJkDB2L5JtKblXN9QzuyReHV xVfA== 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=wvLLOXJEuCXNqzmZZg8Wt6B7WGkNOiDseVLLMn7DkFU=; b=QA0HZXPDttYBeJOqp+o3Uhuzw1fZTqxuJ/fxbkiVwsKFdltjjIYCe6v0y9rTO4i19f Oe4gVkDkLxrZv/UHbvFjm4DcKrjhmjbDynDJ6i7Awl1SBQAHyzrL8YETxVTL2X8WaRn+ 3mc1u8IQKdu3FJaRT4oRUosAtaW8Ju01ZAqF69vCrg5pWOQSiYHziG2og+21JJeNesv+ LF3kaVYj47fHJAdxOmynI53kpBtV08SMvSMKj3RddpwGOwCOnixrW7NRKDuwKbIHoMKP PpT13EcoMDkJwCcS6SzJW8aJlog74nkTJKvsL7k6m7Ch++kXPrNj2P/Z7efnv+pkBQia ICxg== 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 e12si3180533pgs.34.2019.06.22.21.39.46; Sat, 22 Jun 2019 21:40:02 -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 S1726454AbfFWEj0 (ORCPT + 99 others); Sun, 23 Jun 2019 00:39:26 -0400 Received: from hermes.aosc.io ([199.195.250.187]:52164 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725268AbfFWEj0 (ORCPT ); Sun, 23 Jun 2019 00:39:26 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 965B76212D; Sun, 23 Jun 2019 04:39:12 +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 v3 3/9] dt-bindings: clk: sunxi-ccu: add compatible string for V3 CCU Date: Sun, 23 Jun 2019 12:37:55 +0800 Message-Id: <20190623043801.14040-4-icenowy@aosc.io> In-Reply-To: <20190623043801.14040-1-icenowy@aosc.io> References: <20190623043801.14040-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 in 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