From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 32590C4320A for ; Fri, 6 Aug 2021 21:41:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 19FB9600CD for ; Fri, 6 Aug 2021 21:41:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245280AbhHFVlX (ORCPT ); Fri, 6 Aug 2021 17:41:23 -0400 Received: from mail-io1-f47.google.com ([209.85.166.47]:36702 "EHLO mail-io1-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231865AbhHFVlW (ORCPT ); Fri, 6 Aug 2021 17:41:22 -0400 Received: by mail-io1-f47.google.com with SMTP id f11so14147675ioj.3; Fri, 06 Aug 2021 14:41:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=uhznWD02bvTnRNXTmc/rxQJVDeSbb/fFCBHNI2+YSq4=; b=RZVWAiUXOHpNHSPe6kFDxtv4kf2AM132k/hzXnE6872RqdEwVgGNbgqH0HrwofGdRH wp3L44bvJ1wzP00K/oQENgB6d0u3h1kVzsEaXJYZVtnymC+57v9BaqZCinpu3KY8/0k4 nTcjUxnuqXpKsq6vDm6Qiv3PHbPB7OxhrDtZAwXNA7y7z+j+2C1oFFcJi0Egekz2SuK1 uLPX3NXVdVS7VkXau+CxKRT85RZTnMu5Y+Dbsb1xCJTNr+qnbyu0S2ZbxbJlWtkNNNJd W4ypvH73+MoPiZruS5X0AKlSMJUL569KR6PPMZRqVtpr79OO0im1qE7z3tDr+BAO3QD5 hiKw== X-Gm-Message-State: AOAM533ltCAIuNCh/qQTX0+ymVuQ3fadpt4LYO4Eu6T01BZRxoOFzVG9 9Fgl1XE5GzPlxF9UIpOhBg== X-Google-Smtp-Source: ABdhPJwEiRaN+S9+/SO3kTm/jShjgi5oxBuwfPl8aKdDK8CxuHvByUbUauU7TQ835dkJ2AeTehqXMw== X-Received: by 2002:a05:6638:1b9:: with SMTP id b25mr7966322jaq.23.1628286065659; Fri, 06 Aug 2021 14:41:05 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id t16sm5129090ilg.56.2021.08.06.14.41.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Aug 2021 14:41:05 -0700 (PDT) Received: (nullmailer pid 1851760 invoked by uid 1000); Fri, 06 Aug 2021 21:41:03 -0000 Date: Fri, 6 Aug 2021 15:41:03 -0600 From: Rob Herring To: Icenowy Zheng Cc: Ulf Hansson , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Andre Przywara , Jernej Skrabec , Linus Walleij , Alexandre Belloni , Samuel Holland , linux-arm-kernel@lists.infradead.org, Maxime Ripard , Chen-Yu Tsai , Rob Herring , linux-sunxi@lists.linux.dev Subject: Re: [PATCH 09/17] dt-bindings: clock: sunxi-ng: add compatibles for R329 CCUs Message-ID: References: <20210802062212.73220-1-icenowy@sipeed.com> <20210802062212.73220-10-icenowy@sipeed.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210802062212.73220-10-icenowy@sipeed.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 02 Aug 2021 14:22:04 +0800, Icenowy Zheng wrote: > R329 has a CPUX CCU and a R-CCU. > > Add compatible strings for them. > > Signed-off-by: Icenowy Zheng > --- > .../devicetree/bindings/clock/allwinner,sun4i-a10-ccu.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring