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 59493C77B6E for ; Wed, 12 Apr 2023 14:03:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230156AbjDLODv (ORCPT ); Wed, 12 Apr 2023 10:03:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36318 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229555AbjDLODt (ORCPT ); Wed, 12 Apr 2023 10:03:49 -0400 Received: from mail-oi1-f174.google.com (mail-oi1-f174.google.com [209.85.167.174]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A4584E49; Wed, 12 Apr 2023 07:03:46 -0700 (PDT) Received: by mail-oi1-f174.google.com with SMTP id w13so28323187oik.2; Wed, 12 Apr 2023 07:03:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681308226; x=1683900226; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=XkKJbGcmCESOp5kGHyfKWXGMOOU/ouU4bAVhUJXQjqA=; b=tl+5V09PvydyydndoVI67mjeSLhi3IhyuMMHX1eOjbKuOiKOfx4DWPvA0kmzJeOgQJ LuW424x8hiu8YeTMSbZ9vhzsUsRR1jEpVHCuUSkbq0izVzrq78RDWOoGbt+Uctgx2/K5 GAmL4akCjBT7e2RfaXschMyXnNoizx0u1duPb0N1qpL2b0kEKSuVJZjiV1GJUJVnQrmu 0vz7SDptp6uG6/UMhlQQ2UdsTtXG+zWF/UW4p40vC+FoevH5Y7h0Zcp31IYYC5WjuwzK LZU6nzpNP/aVue3TQAbQEvesJc9AeN7AhTf5kI0yetFR1N9F5hE2UJRyrGaD+kGPWBix iJog== X-Gm-Message-State: AAQBX9em0ZNGAMXv2eacSULwseyAH/s04gBKXdlaJZUFq4hnFCpDctqF 8SBkyVvmOn+h+9ObTfaMZQ== X-Google-Smtp-Source: AKy350Y4tWN4Ri2Yf9zEZz08i2glwRo8Dr90/wmyCM6hmihMUWaqoNcTtQG0LOp2GloTALjDW2dmog== X-Received: by 2002:a05:6808:352:b0:38b:a4f9:2570 with SMTP id j18-20020a056808035200b0038ba4f92570mr3031262oie.16.1681308225748; Wed, 12 Apr 2023 07:03:45 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id p5-20020a4a95c5000000b0053a7aaa85a0sm7063881ooi.0.2023.04.12.07.03.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Apr 2023 07:03:45 -0700 (PDT) Received: (nullmailer pid 2248174 invoked by uid 1000); Wed, 12 Apr 2023 14:03:44 -0000 Date: Wed, 12 Apr 2023 09:03:44 -0500 From: Rob Herring To: Niko Pasaloukos Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "soc@kernel.org" , "linux-clk@vger.kernel.org" , "devicetree@vger.kernel.org" , "olof@lixom.net" , "catalin.marinas@arm.com" , "krzysztof.kozlowski+dt@linaro.org" , "p.zabel@pengutronix.de" , "sboyd@kernel.org" , James Cowgill , Matt Redfearn , Neil Jones Subject: Re: [PATCH 5/5] arm64: Add initial support for Blaize BLZP1600 CB2 Message-ID: <20230412140344.GA2234522-robh@kernel.org> References: <20230406102149.729726-1-nikolaos.pasaloukos@blaize.com> <20230406102149.729726-6-nikolaos.pasaloukos@blaize.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230406102149.729726-6-nikolaos.pasaloukos@blaize.com> Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org On Thu, Apr 06, 2023 at 10:22:32AM +0000, Niko Pasaloukos wrote: > Adds support for the Blaize CB2 development board based on > BLZP1600 SoC. This consists of a Carrier-Board and a SoM. > > The blaize-blzp1600.dtsi is the common part for the SoC, > blaize-blzp1600-som.dtsi is the common part for the SoM and > blaize-blzp1600-som-cb2.dts is the board specific file. > > Co-developed-by: James Cowgill > Signed-off-by: James Cowgill > Co-developed-by: Matt Redfearn > Signed-off-by: Matt Redfearn > Co-developed-by: Neil Jones > Signed-off-by: Neil Jones > Signed-off-by: Nikolaos Pasaloukos > --- > arch/arm64/Kconfig.platforms | 5 + > arch/arm64/boot/dts/Makefile | 1 + > arch/arm64/boot/dts/blaize/Makefile | 2 + > .../dts/blaize/blaize-blzp1600-som-cb.dtsi | 217 +++++ > .../dts/blaize/blaize-blzp1600-som-cb2.dts | 103 ++ > .../boot/dts/blaize/blaize-blzp1600-som.dtsi | 104 ++ > .../boot/dts/blaize/blaize-blzp1600.dtsi | 894 ++++++++++++++++++ > arch/arm64/configs/defconfig | 1 + > 8 files changed, 1327 insertions(+) > create mode 100644 arch/arm64/boot/dts/blaize/Makefile > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-som-cb.dtsi > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-som-cb2.dts > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-som.dtsi > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600.dtsi New platforms should be free of warnings from 'make dtbs_check'. Please run and fix if you have not, and confirm that in the commit message. Rob 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 84FC0C7619A for ; Wed, 12 Apr 2023 14:04:58 +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=C7a3Ee/0AJTSQ+vIk0NdTNERZ1gQ7BLunsJ0yXWmEfI=; b=qxbSDc0puBt6aK 25fScn1vpc/y1orUoHgTU5NQmpMxMrO2ORp4mNIQOiDNx8RNs4oaOdzK65AimalXJ8i7Q9bIRWPfS dVE1nqxEOR5sTfD48OTfVxM2Yrmr9haqsdvjkHF7A9UUx6g20NW3uknRK1TVWoQRVZ5S+bPA+ygfp kk4w+HLbjCkeRql1JjURPU98lE2mb/2N3pmD7Df13Vc+h1KSIw0bt7IzwW8bhFRXonBbsj5huCB6W accWA6xiARZW3IZ7zxwn4ESu0XgGhwh5v4JNLJA+h4mzHtnpL4Fb8xoxDO88487aMEjRJHCy6FUqf 5JaBTq1tJ14XT7GKVeQA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pmb4h-003QZT-1P; Wed, 12 Apr 2023 14:03:51 +0000 Received: from mail-oi1-f172.google.com ([209.85.167.172]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pmb4d-003QYS-1f for linux-arm-kernel@lists.infradead.org; Wed, 12 Apr 2023 14:03:49 +0000 Received: by mail-oi1-f172.google.com with SMTP id w19so7724106oiv.13 for ; Wed, 12 Apr 2023 07:03:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1681308226; x=1683900226; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=XkKJbGcmCESOp5kGHyfKWXGMOOU/ouU4bAVhUJXQjqA=; b=j5wOs/hvZqfj2WivoMx0DqZLfVLrh6ZB0OqzXbahsSgLN4lduVecFZc2bKY1jtKe44 2FLHg2T5x/JRuvsyLTknYYnvOsBLG2Lce9tguQUfzT8pvv2Ib70P3MULyqY7DifDy3m0 iSjKO8MvVJonneNPrc/hvB3gKJ5Y5hORrqU6yH+zjwRBnZmjNdJLUGAgSnPyGdfmddql zZHtrUjkiVNpb7p5+f4f0ImQzP1uSvlkAoKxAh0R/3wioLEZ9zEDPH2zDAGMBDxPHNFG 2GZfzRElMvZFXfY+7jLlWTqT9wycLi8jDHCJIQ2dvnlmf7MLL5CwOx6Pk838FcjIrDLH yIRg== X-Gm-Message-State: AAQBX9cMfjgmyccpHfTdFGUV8Vas3OFefn/W86HMFOzYnAllqVa4J7iL XN3X7/YUpXeDWplCqWYmeg== X-Google-Smtp-Source: AKy350Y4tWN4Ri2Yf9zEZz08i2glwRo8Dr90/wmyCM6hmihMUWaqoNcTtQG0LOp2GloTALjDW2dmog== X-Received: by 2002:a05:6808:352:b0:38b:a4f9:2570 with SMTP id j18-20020a056808035200b0038ba4f92570mr3031262oie.16.1681308225748; Wed, 12 Apr 2023 07:03:45 -0700 (PDT) Received: from robh_at_kernel.org (66-90-144-107.dyn.grandenetworks.net. [66.90.144.107]) by smtp.gmail.com with ESMTPSA id p5-20020a4a95c5000000b0053a7aaa85a0sm7063881ooi.0.2023.04.12.07.03.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 12 Apr 2023 07:03:45 -0700 (PDT) Received: (nullmailer pid 2248174 invoked by uid 1000); Wed, 12 Apr 2023 14:03:44 -0000 Date: Wed, 12 Apr 2023 09:03:44 -0500 From: Rob Herring To: Niko Pasaloukos Cc: "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "soc@kernel.org" , "linux-clk@vger.kernel.org" , "devicetree@vger.kernel.org" , "olof@lixom.net" , "catalin.marinas@arm.com" , "krzysztof.kozlowski+dt@linaro.org" , "p.zabel@pengutronix.de" , "sboyd@kernel.org" , James Cowgill , Matt Redfearn , Neil Jones Subject: Re: [PATCH 5/5] arm64: Add initial support for Blaize BLZP1600 CB2 Message-ID: <20230412140344.GA2234522-robh@kernel.org> References: <20230406102149.729726-1-nikolaos.pasaloukos@blaize.com> <20230406102149.729726-6-nikolaos.pasaloukos@blaize.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230406102149.729726-6-nikolaos.pasaloukos@blaize.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230412_070347_562038_9CA58A7F X-CRM114-Status: GOOD ( 14.90 ) 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 Thu, Apr 06, 2023 at 10:22:32AM +0000, Niko Pasaloukos wrote: > Adds support for the Blaize CB2 development board based on > BLZP1600 SoC. This consists of a Carrier-Board and a SoM. > > The blaize-blzp1600.dtsi is the common part for the SoC, > blaize-blzp1600-som.dtsi is the common part for the SoM and > blaize-blzp1600-som-cb2.dts is the board specific file. > > Co-developed-by: James Cowgill > Signed-off-by: James Cowgill > Co-developed-by: Matt Redfearn > Signed-off-by: Matt Redfearn > Co-developed-by: Neil Jones > Signed-off-by: Neil Jones > Signed-off-by: Nikolaos Pasaloukos > --- > arch/arm64/Kconfig.platforms | 5 + > arch/arm64/boot/dts/Makefile | 1 + > arch/arm64/boot/dts/blaize/Makefile | 2 + > .../dts/blaize/blaize-blzp1600-som-cb.dtsi | 217 +++++ > .../dts/blaize/blaize-blzp1600-som-cb2.dts | 103 ++ > .../boot/dts/blaize/blaize-blzp1600-som.dtsi | 104 ++ > .../boot/dts/blaize/blaize-blzp1600.dtsi | 894 ++++++++++++++++++ > arch/arm64/configs/defconfig | 1 + > 8 files changed, 1327 insertions(+) > create mode 100644 arch/arm64/boot/dts/blaize/Makefile > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-som-cb.dtsi > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-som-cb2.dts > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600-som.dtsi > create mode 100644 arch/arm64/boot/dts/blaize/blaize-blzp1600.dtsi New platforms should be free of warnings from 'make dtbs_check'. Please run and fix if you have not, and confirm that in the commit message. Rob _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel