From patchwork Wed Aug 23 17:23:30 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priit Laes X-Patchwork-Id: 805138 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=plaes.org header.i=@plaes.org header.b="eDtgpFrV"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3xcvZJ41JVz9sDB for ; Thu, 24 Aug 2017 03:30:00 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932348AbdHWR37 (ORCPT ); Wed, 23 Aug 2017 13:29:59 -0400 Received: from plaes.org ([188.166.43.21]:37979 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932296AbdHWR36 (ORCPT ); Wed, 23 Aug 2017 13:29:58 -0400 X-Greylist: delayed 379 seconds by postgrey-1.27 at vger.kernel.org; Wed, 23 Aug 2017 13:29:57 EDT Received: from localhost (unknown [193.40.231.202]) by plaes.org (Postfix) with ESMTPSA id 39DAF41FAB; Wed, 23 Aug 2017 17:23:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=plaes.org; s=mail; t=1503509021; bh=tRDsovYrK5Y+JRpW551NUm9BHYwI8u5gfEKch4YAlEM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=eDtgpFrVkjexgxbHP5YfB65Qdb2NECU3ww1+jEjUp5Kd6hk/t1AY4N/DRf9ZssLTj XJrmhQXMDH6HgcVkUUsxRRhWcwM0vTF0q7RkzefQ5kQxwvmNe6vxu3+CMAdIZQyq/q 5YYktLRcjhYC7ekCBe0cToDVVwlMdMWs9+P3JCFmRiW0SN9VPwmbvXGmxNhzrFhtEC Sijy3rIjx9voGcTg8/gESIyfMQ+hK/Nd7Kwg8WhBl0EpLTfGN75gDxHkEEyDSqgdCk h6DyItAkjrnqWFxzTi5UhrJ7cUbSeMXB+X0JghDxeEp7clGB2+EmEKU/h8naCo0lHX REP6bakypuwBA== From: Priit Laes To: Michael Turquette , Stephen Boyd , Rob Herring , Mark Rutland , Maxime Ripard , Chen-Yu Tsai , Russell King , Philipp Zabel , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: linux-sunxi@googlegroups.com, Jonathan Liu , Olliver Schinagl , Priit Laes Subject: [PATCH v7 2/5] dt-bindings: List devicetree binding for the CCU of Allwinner A20 Date: Wed, 23 Aug 2017 20:23:30 +0300 Message-Id: <9723e9c9341f5d7d23a01a3d6d37b7acdb8aa3cf.1503507503.git-series.plaes@plaes.org> X-Mailer: git-send-email 2.13.5 In-Reply-To: References: In-Reply-To: References: Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Allwinner A20 is now driven by sunxi-ng CCU driver. Add devicetree binding for it. Acked-by: Rob Herring Reviewed-by: Chen-Yu Tsai Signed-off-by: Priit Laes --- Documentation/devicetree/bindings/clock/sunxi-ccu.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt index a082260..2712891 100644 --- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt +++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt @@ -6,6 +6,7 @@ Required properties : - "allwinner,sun5i-a10s-ccu" - "allwinner,sun5i-a13-ccu" - "allwinner,sun6i-a31-ccu" + - "allwinner,sun7i-a20-ccu" - "allwinner,sun8i-a23-ccu" - "allwinner,sun8i-a33-ccu" - "allwinner,sun8i-a83t-ccu"