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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD5C2C433EF for ; Wed, 6 Jul 2022 14:48:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232211AbiGFOsf (ORCPT ); Wed, 6 Jul 2022 10:48:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233150AbiGFOsc (ORCPT ); Wed, 6 Jul 2022 10:48:32 -0400 Received: from mail-il1-f180.google.com (mail-il1-f180.google.com [209.85.166.180]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB22815A0D; Wed, 6 Jul 2022 07:48:31 -0700 (PDT) Received: by mail-il1-f180.google.com with SMTP id k1so4751462ilu.1; 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=Bz8MtfXbNZF7X98JS3LTjBT2T1nvOIfACd70HC+T/0VzrHT6DCAONsIeslYb/rmqTV 7U4hbDAfWUTEVwwjzEPY923WDXxOQFiv/ruuwtGJsBwVqaqVYUwHoGxR3yRbtmLowbkB ZbhfBs8lq9AHx/temzI1iHW/DiZ4B3DCCvBJwsR8fzrcoXTNFgh81A8FNrl0QJAN6Gwr Fw70agJzMzzU8Pv5R7y+Rn9Z6kUqVrhCU/x5m2Vnh+KylDYoAKzmUjo1cmIwJ98YZXdU 8+hMLdotBK9ZpxKDtDpw3geh2XZAR943QuBeLzR/ajtyZ7cQScfmu5VGjjxFHwoC8v51 kAVg== X-Gm-Message-State: AJIora/In85zDywFd4RJunYGcGtrk1vcs1JIufdC5xNAUhNYez2tQJa0 zObZmJDblRNV4xQPfII05A== 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 Cc: Paul Walmsley , Palmer Dabbelt , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Damien Le Moal , Conor Dooley , Serge Semin , dmaengine@vger.kernel.org, David Airlie , Palmer Dabbelt , Eugeniy Paltsev , Geert Uytterhoeven , linux-riscv@lists.infradead.org, Niklas Cassel , Krzysztof Kozlowski , Masahiro Yamada , Thierry Reding , Daniel Lezcano , Vinod Koul , Daniel Vetter , Rob Herring , Albert Ou , Sam Ravnborg , devicetree@vger.kernel.org, Dillon Min 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> Precedence: bulk List-ID: X-Mailing-List: dmaengine@vger.kernel.org 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 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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 12819C43334 for ; Wed, 6 Jul 2022 14:48:47 +0000 (UTC) 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=kKI0OKqJSGUAsW2g5S3NZHzbc89kxjuhVRHuMoLHl5c=; b=IDxYpUEGMTn5bz IvE3WXnmVRdLPc3DvrUETtnDWo9T3MCCg6XZe08GZ6y1QZosPROGp0HAyeeX24AdcRXqRu7zJxu23 Rx7zZzclk7I2H6snob//k+J4+6fWkYSiVHY0p4M43wpkwW2qT0hLxUuic1oBxrgdK00fES30feKil hi8saL3jf1b+zdS9GFwu10nlB0jJX5XDNCU4GbReh0pflr5Icnz2qySAFFtMTLVfRnfKTgv/uJzBh aiO/hIy311HX/kKifBVwYO+lGSqWI1HaLRazfTbafCKAPOtSgLPGIrQrZS2G3eP5gSuKOfK5E9fOM gKRM9PTFJjfnJjFMIfDA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o96KS-00AnAs-E8; Wed, 06 Jul 2022 14:48:36 +0000 Received: from mail-il1-f179.google.com ([209.85.166.179]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o96KQ-00An8U-KB for linux-riscv@lists.infradead.org; Wed, 06 Jul 2022 14:48:35 +0000 Received: by mail-il1-f179.google.com with SMTP id u13so4996661iln.6 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=FNysH4hkAMyTtgbQOfLdj8LX2ERxT00Ns9twJGm76yHqByb0d6g0h0Wno2XR1dllDc N9eOV0eYvcMhuQ0ns9Kutpu7dD0hO6U0W0qMDAeAAx7Yk2IT2wlqgZUw9O8U4rxM+No0 s3tb1+NUdE5rsrCxQevmUYPL88JxWu7SzX8jp0TVOOAmBUZ2oJQnBaJt1AGRqBsH52JA oXKz1f6J62yyVtyYbaC33PaFP3AoWnjKY3/LAXUbvEJuhusUSbuTH42seBBEOMi8JWyE vuyOpF99AhnhTMdGd60dplTPdXg67NAimZ4MABiGs5QOEOfvxJrFyIGuxzOwQxRAeInK 7hjQ== X-Gm-Message-State: AJIora8QUm5y1r09j7+kIVziB8s7qW0153v/2xYyC0Xt2ggJoMXbG1HB A4U90RhhUo1BRs+NknLAvA== 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 Cc: Paul Walmsley , Palmer Dabbelt , dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, Damien Le Moal , Conor Dooley , Serge Semin , dmaengine@vger.kernel.org, David Airlie , Palmer Dabbelt , Eugeniy Paltsev , Geert Uytterhoeven , linux-riscv@lists.infradead.org, Niklas Cassel , Krzysztof Kozlowski , Masahiro Yamada , Thierry Reding , Daniel Lezcano , Vinod Koul , Daniel Vetter , Rob Herring , Albert Ou , Sam Ravnborg , devicetree@vger.kernel.org, Dillon Min 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-Disposition: inline In-Reply-To: <20220705215213.1802496-5-mail@conchuod.ie> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220706_074834_697870_354A4FA5 X-CRM114-Status: GOOD ( 11.35 ) X-BeenThere: linux-riscv@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-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org 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 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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