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 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 56828C433EF for ; Wed, 6 Jul 2022 14:48:34 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 5B98D10F911; Wed, 6 Jul 2022 14:48:33 +0000 (UTC) Received: from mail-il1-f173.google.com (mail-il1-f173.google.com [209.85.166.173]) by gabe.freedesktop.org (Postfix) with ESMTPS id 1284F10F911 for ; Wed, 6 Jul 2022 14:48:32 +0000 (UTC) Received: by mail-il1-f173.google.com with SMTP id z3so4069758ilz.5 for ; Wed, 06 Jul 2022 07:48:31 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=Wrq2JNxdSNjz+AtYT/VK5cdxeQSjmsW3VIzTuH5qvso=; b=y/A0EIoAPKQhb5RYOZxzfNfjeRD+8wMcXVrdfEf9KS3zViswHebnMTZ0hDnP2+f1CO UfjpWU/rGW12ocGYsYd3d2sskpl6TtC9Zl/PUyQAZKY3W2bcgQHluHPBgNAeI7lKOb8l G3m6uqunROoEk9o9YnaV0iyCipyYKDVV78hFTGHt7Lt5nT8jaJ5ny8R4b60dAUrqEinT Nd8Sn4gRWjiX5GmzXoMOAqOsI0wjoi19tYsy7Hu79yzf6wCBjZYGJ/Zd/hUi+PgHD8yB Ac7yUwifS/8u2VVDGGqxrJKvGN2eUv5ZXXLxz7NO1quikIeCXV740hSsFIMUtR763uIH Wg+w== X-Gm-Message-State: AJIora9uZbfKTZUEvdBc2qOK5NsnbQsSaLKkAChlv3x8KhKJqE4tVWn/ uCSzIu6Bnh3CzKRf1O4yAg== X-Google-Smtp-Source: AGRyM1sb5HmhX0XgK9jcKFeRefRiVrF9p1b4SQg8YeeZGNu7klKkXRLtLFt3S05zijGKW8PJyzkj/Q== X-Received: by 2002:a92:d946:0:b0:2d8:e271:79c2 with SMTP id l6-20020a92d946000000b002d8e27179c2mr24307561ilq.240.1657118911231; Wed, 06 Jul 2022 07:48:31 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.248]) by smtp.gmail.com with ESMTPSA id a21-20020a027355000000b0033ebd47834fsm5173779jae.128.2022.07.06.07.48.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 06 Jul 2022 07:48:30 -0700 (PDT) Received: (nullmailer pid 21846 invoked by uid 1000); Wed, 06 Jul 2022 14:48:28 -0000 Date: Wed, 6 Jul 2022 08:48:28 -0600 From: Rob Herring To: Conor Dooley Subject: Re: [PATCH v5 04/13] dt-bindings: memory-controllers: add canaan k210 sram controller Message-ID: <20220706144828.GA21787-robh@kernel.org> References: <20220705215213.1802496-1-mail@conchuod.ie> <20220705215213.1802496-5-mail@conchuod.ie> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220705215213.1802496-5-mail@conchuod.ie> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Niklas Cassel , David Airlie , dri-devel@lists.freedesktop.org, Conor Dooley , Thierry Reding , Krzysztof Kozlowski , linux-riscv@lists.infradead.org, Sam Ravnborg , Damien Le Moal , Daniel Lezcano , Geert Uytterhoeven , Eugeniy Paltsev , devicetree@vger.kernel.org, Albert Ou , Rob Herring , Palmer Dabbelt , Paul Walmsley , Dillon Min , linux-kernel@vger.kernel.org, Serge Semin , Vinod Koul , Palmer Dabbelt , dmaengine@vger.kernel.org, Masahiro Yamada Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, 05 Jul 2022 22:52:05 +0100, Conor Dooley wrote: > From: Conor Dooley > > The k210 U-Boot port has been using the clocks defined in the > devicetree to bring up the board's SRAM, but this violates the > dt-schema. As such, move the clocks to a dedicated node with > the same compatible string & document it. > > Signed-off-by: Conor Dooley > --- > .../memory-controllers/canaan,k210-sram.yaml | 52 +++++++++++++++++++ > 1 file changed, 52 insertions(+) > create mode 100644 Documentation/devicetree/bindings/memory-controllers/canaan,k210-sram.yaml > Reviewed-by: Rob Herring