From patchwork Wed Apr 26 19:32:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Priit Laes X-Patchwork-Id: 755608 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3wCqy95LvNz9s7q for ; Thu, 27 Apr 2017 05:33:53 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=plaes.org header.i=@plaes.org header.b="iYk+3sjE"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S966847AbdDZTc4 (ORCPT ); Wed, 26 Apr 2017 15:32:56 -0400 Received: from plaes.org ([188.166.43.21]:56191 "EHLO plaes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S966798AbdDZTcl (ORCPT ); Wed, 26 Apr 2017 15:32:41 -0400 Received: from localhost (85.253.152.29.cable.starman.ee [85.253.152.29]) by plaes.org (Postfix) with ESMTPSA id 955E342BFF; Wed, 26 Apr 2017 19:32:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=plaes.org; s=mail; t=1493235158; bh=RQrP/nE+G4cUeXmEe/Ir4qmAFgdsCSN+GxAx0TujAJM=; h=From:To:Cc:Subject:Date:In-Reply-To:References:In-Reply-To: References:From; b=iYk+3sjEC9uGIPZh0jBPo+LUU/RTNVacBybCR0kSahnafGgQt7jIk7yn52Mov7d5F nPGG/pnhl900l1By02VL17MEWKassEJ3BtiW6y9YdEp95Tr9sLmJWI8agqtWvz5sHm 8CVN7pdTuJgP/3rUAmyNFPdxd816vEbJn1OkEDsCyA9Jzu3CnghmR7FAjjWuy7lNA/ lVXIsnm9wRSUdU74hXHy3boKYH7IzzsS3WvJZIuCrwwIqMHBCLK98fbUWqL/o0Okli JEVd1x4/hP969Fgn8OEpQO0CTJjSZr+w0C9m8ZOiFLv4ucfbqSsIQqPY+1QhtDR9mk BP+6j2f2aDTRg== From: Priit Laes To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-clk@vger.kernel.org Cc: Philipp Zabel , Russell King , Chen-Yu Tsai , Maxime Ripard , Mark Rutland , Rob Herring , Stephen Boyd , Michael Turquette , linux-sunxi@googlegroups.com, Priit Laes Subject: [PATCH v3 2/5] dt-bindings: List devicetree binding for the CCU of Allwinner A20 Date: Wed, 26 Apr 2017 22:32:22 +0300 Message-Id: X-Mailer: git-send-email 2.9.3 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 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 e9c5a1d..9ed2ec8 100644 --- a/Documentation/devicetree/bindings/clock/sunxi-ccu.txt +++ b/Documentation/devicetree/bindings/clock/sunxi-ccu.txt @@ -4,6 +4,7 @@ Allwinner Clock Control Unit Binding Required properties : - compatible: must contain one of the following compatibles: - "allwinner,sun6i-a31-ccu" + - "allwinner,sun7i-a20-ccu" - "allwinner,sun8i-a23-ccu" - "allwinner,sun8i-a33-ccu" - "allwinner,sun8i-h3-ccu"