From patchwork Wed Mar 22 10:32:27 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9638451 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 3296A60327 for ; Wed, 22 Mar 2017 10:33:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 14C492840E for ; Wed, 22 Mar 2017 10:33:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 0991128451; Wed, 22 Mar 2017 10:33:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B1028272F9 for ; Wed, 22 Mar 2017 10:33:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934100AbdCVKdm (ORCPT ); Wed, 22 Mar 2017 06:33:42 -0400 Received: from mail-wm0-f43.google.com ([74.125.82.43]:36040 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759081AbdCVKc7 (ORCPT ); Wed, 22 Mar 2017 06:32:59 -0400 Received: by mail-wm0-f43.google.com with SMTP id n11so32526404wma.1 for ; Wed, 22 Mar 2017 03:32:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=c2xIC6kcPJmzfkG89IsCFFQ5nedYCc6KROziefTDlK8=; b=nzKIOrvjX41YVxxtHgJjsDTBGSuusatJUH83MF3PgHpmb2EIYITZ4ITc8ox0cc/hNk iGLLwt6vfzuT+0N5TzY8+EXdgC6kuOMoNI4nZaSpu04zh1Xav9RB3+2h+jA7QVIP7oWQ MycqTWQu1M7d7NHvnAHbv53qmkPdpK4tqrvhkQKkedBqi2ZZ3sMaBne87IX+eGYr98Km hw4dSXcwn3GcdrVlQkpHMUUOezUfxDGQbJs3KZwTv8K1ePw9bfPRhMfaWX2XiIPVoLwB Eu4/qtYN9HteTsdgVYEcAn98nBeW3TLSEtmp5pE+kU9htYoW4HaStd5JZQBj8j+IiLgJ sQYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=c2xIC6kcPJmzfkG89IsCFFQ5nedYCc6KROziefTDlK8=; b=ER5hahYqMixAHHny2vYvbXl7/IAk4C8jNaas0/uBAQhNz5jBB60jOC3fYLe4/6umlp 2zG4svf3rRBxE+eXXuW7+JFvwDs3vdvPtuLZykeQ4nz79SWG+r5W86xLTqULJcPRdijI JkLCXk0GInyNKRoS5QSLGaxgOytLZnlaKTZVVdar17b+j4aGZJ+LMj+9/bHy0ky6Ba3m WopS0MjGzkMroDUTDNJ4fKckXqzKVXrCSSPWuUR4y3A/e5kZUFOGuT0X29g7x5Iv1WQ4 oJJP/Yxjldpma3q5d7Buj+tiGM6gY53kiODDyem6CNv85gZsojbGVFEjatlcZoxjGwKp NkYw== X-Gm-Message-State: AFeK/H3kb+XK5FfzLQ9QTJZXAa8JPrXT9Zyxki4eo+xYCbH6g5f6GxAZeyIi0i6h/Uiqfix9 X-Received: by 10.28.195.214 with SMTP id t205mr6571317wmf.104.1490178760175; Wed, 22 Mar 2017 03:32:40 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id 53sm1285309wrt.52.2017.03.22.03.32.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 22 Mar 2017 03:32:39 -0700 (PDT) From: Neil Armstrong To: mturquette@baylibre.com, sboyd@codeaurora.org, carlo@caione.org, khilman@baylibre.com Cc: Neil Armstrong , linux-clk@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH v2 5/5] dt-bindings: clock: gxbb-clkc: Add GXL compatible variant Date: Wed, 22 Mar 2017 11:32:27 +0100 Message-Id: <1490178747-14837-6-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1490178747-14837-1-git-send-email-narmstrong@baylibre.com> References: <1490178747-14837-1-git-send-email-narmstrong@baylibre.com> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Acked-by: Rob Herring Signed-off-by: Neil Armstrong --- Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt b/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt index ce06435..a09d627 100644 --- a/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt +++ b/Documentation/devicetree/bindings/clock/amlogic,gxbb-clkc.txt @@ -5,7 +5,8 @@ controllers within the SoC. Required Properties: -- compatible: should be "amlogic,gxbb-clkc" +- compatible: should be "amlogic,gxbb-clkc" for GXBB SoC, + or "amlogic,gxl-clkc" for GXL and GXM SoC. - reg: physical base address of the clock controller and length of memory mapped region.