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=ham 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 4B46AC4338F for ; Fri, 23 Jul 2021 22:01:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1F47C60F23 for ; Fri, 23 Jul 2021 22:01:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231954AbhGWVVF (ORCPT ); Fri, 23 Jul 2021 17:21:05 -0400 Received: from mail-io1-f53.google.com ([209.85.166.53]:46972 "EHLO mail-io1-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231724AbhGWVVF (ORCPT ); Fri, 23 Jul 2021 17:21:05 -0400 Received: by mail-io1-f53.google.com with SMTP id u15so4170089iol.13 for ; Fri, 23 Jul 2021 15:01:38 -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=oYAEMdsUd7UNCDfq6NGNT16ScDrJpZUTieXE221oAZk=; b=pOf822gjYXyyvgCpIHDLi7oIHOU9aeGmY/hPM5I0AbXhGl6dF9uxhVMD5DGI1Uwn8J Ko95yeEu2/94/aInYK2tiKcHWkRJZPdqsSPA0sX7jNIk8kE6w860kqhk0tx1xzCt8qtp WfE1ARJtoZ9oI2SJgpf83EonZ/PpKwBI8MCOl+mFdRuP3P7I2Qxektg0pGTP8pkcoqTM 87W3W7bVox1k2OZ/Q3vZDv1tUD8hnCa8BtOixHKVMaxbhsZycEoqN4IP/3nAWLUlVDHV KzHgdp2cua3Y3UwRSdhmxc0pMKiOlNH0QrdzyKtHeumOP9yzryTfT9X8PT6nxAte5UDF faiQ== X-Gm-Message-State: AOAM533gESWisZx0F44wzC7ZqBz+d1JSRPs91BEBmPssu2xj0DhwZP8G H5fklH+Ep91GGxJIumuD5Q== X-Google-Smtp-Source: ABdhPJzOPjKe4L1SzjXgFzUaZxIB53QP62ADbYjD8vEtTtb+dRQ+s6xNUwdbmjgF3ILgi4GiHImTmg== X-Received: by 2002:a02:7a50:: with SMTP id z16mr5678726jad.139.1627077697998; Fri, 23 Jul 2021 15:01:37 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id x2sm11802680iob.45.2021.07.23.15.01.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 15:01:37 -0700 (PDT) Received: (nullmailer pid 2671804 invoked by uid 1000); Fri, 23 Jul 2021 22:01:35 -0000 Date: Fri, 23 Jul 2021 16:01:35 -0600 From: Rob Herring To: Maxime Ripard Cc: linux-arm-kernel@lists.infradead.org, Jernej Skrabec , linux-sunxi@googlegroups.com, Rob Herring , Frank Rowand , devicetree@vger.kernel.org, Chen-Yu Tsai Subject: Re: [PATCH 31/54] dt-bindings: sunxi: Add CPU Configuration Controller Binding Message-ID: <20210723220135.GA2671773@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-32-maxime@cerno.tech> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210721140424.725744-32-maxime@cerno.tech> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 21 Jul 2021 16:04:01 +0200, Maxime Ripard wrote: > Even though we've used the CPU configuration driver for some time and a > number of boards using it already, we never had a binding for it. Let's > add it based on what the driver expects and the boards are providing. > > Signed-off-by: Maxime Ripard > --- > .../sunxi/allwinner,sun6i-a31-cpuconfig.yaml | 38 +++++++++++++++++++ > 1 file changed, 38 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/sunxi/allwinner,sun6i-a31-cpuconfig.yaml > Reviewed-by: Rob Herring 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=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=ham 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 6A107C4338F for ; Fri, 23 Jul 2021 22:04:14 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 338E360ED7 for ; Fri, 23 Jul 2021 22:04:14 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 338E360ED7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DvocHbg9T8qf4H5DOe6hovzUeX7cxOXJvGGFZbcul6Q=; b=chZJwgktxS/pWN Rpu2fGqsLGepo91+gU80Dh4krWOzW52fW0IPMeYX7FuPRWhfZi+TLMPhdXUGdvID5LI3gr+oCeaVU K1vHg6D3yuXbzGl5FeBzUGtwLZqO21Wly0xmFxoBIDk9l+OO66S7d++7lssxGkVL/3Y/Z9vy1ldR8 4ykNRGnXcpIRzXLcvTd4S5JZZb522NzcxtAF3uWeD8XumPEdpK8qcmysRzMuI2uK3CjsL7xV4LIri 1TWOnlrMuRWUmYd2QxLycY1Un4rzzcH8cCF5tn+dbRau8hwXqBMO338+jJQJCeol/1jm7jq+NtM3C 9sHwLNobI/NeIPbOBO1Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m73Eo-0067NG-AR; Fri, 23 Jul 2021 22:01:46 +0000 Received: from mail-io1-f53.google.com ([209.85.166.53]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m73Eg-0067L6-O2 for linux-arm-kernel@lists.infradead.org; Fri, 23 Jul 2021 22:01:40 +0000 Received: by mail-io1-f53.google.com with SMTP id j21so4255670ioo.6 for ; Fri, 23 Jul 2021 15:01:38 -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=oYAEMdsUd7UNCDfq6NGNT16ScDrJpZUTieXE221oAZk=; b=kwT642tk7N+OviFMUl0U1HgzRyTYXOulUiIJyEC/zAw+DLyYNU4SiPqamoo44jjbeT 0E5t3zCFJFjSF0J/y4ZgCBp4mVkzY816BgZFC786CaVoSLhjf4fQ2VcLjkutZbYeIMIy z/0JOjXBjOWK3R6LuPi2fM7PB1LFNSJnPHLkuuwS+5HZQQOP4CMQaIFdBQDhUVdLxXLs rkBxlEegCXYBKZHA7oiuF/am55PwQ5qaMslW3B+jQagwvlY5kWJqlTvrgAn7jgLMGisB eEpgLRUa7g+XVGOn0dI+n0sTxZkrcUDkf9GWT4vtMVa4VxCTRtd0/OSrRPKo0eaD236p DPlQ== X-Gm-Message-State: AOAM533txmIwuE7C/h8X9mliUdz3wB3Hj/HaC8QtPLETL5cb1XJVR+cF usf8NdK7faVmrch2LiJ7nA== X-Google-Smtp-Source: ABdhPJzOPjKe4L1SzjXgFzUaZxIB53QP62ADbYjD8vEtTtb+dRQ+s6xNUwdbmjgF3ILgi4GiHImTmg== X-Received: by 2002:a02:7a50:: with SMTP id z16mr5678726jad.139.1627077697998; Fri, 23 Jul 2021 15:01:37 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id x2sm11802680iob.45.2021.07.23.15.01.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Jul 2021 15:01:37 -0700 (PDT) Received: (nullmailer pid 2671804 invoked by uid 1000); Fri, 23 Jul 2021 22:01:35 -0000 Date: Fri, 23 Jul 2021 16:01:35 -0600 From: Rob Herring To: Maxime Ripard Cc: linux-arm-kernel@lists.infradead.org, Jernej Skrabec , linux-sunxi@googlegroups.com, Rob Herring , Frank Rowand , devicetree@vger.kernel.org, Chen-Yu Tsai Subject: Re: [PATCH 31/54] dt-bindings: sunxi: Add CPU Configuration Controller Binding Message-ID: <20210723220135.GA2671773@robh.at.kernel.org> References: <20210721140424.725744-1-maxime@cerno.tech> <20210721140424.725744-32-maxime@cerno.tech> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210721140424.725744-32-maxime@cerno.tech> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210723_150138_829477_9F16F58B X-CRM114-Status: GOOD ( 14.82 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, 21 Jul 2021 16:04:01 +0200, Maxime Ripard wrote: > Even though we've used the CPU configuration driver for some time and a > number of boards using it already, we never had a binding for it. Let's > add it based on what the driver expects and the boards are providing. > > Signed-off-by: Maxime Ripard > --- > .../sunxi/allwinner,sun6i-a31-cpuconfig.yaml | 38 +++++++++++++++++++ > 1 file changed, 38 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/sunxi/allwinner,sun6i-a31-cpuconfig.yaml > Reviewed-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel