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 8D528C43334 for ; Thu, 16 Jun 2022 17:32:03 +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=qkoZw+r5fYIivxe4KZTVMqdOgFcV/2u7Ct8i2ifX1FM=; b=f3yd0B4zHe1heq 4azYDMzeMYZVLcKa22YGp6ddCgRt6CRRQSTX9l6qxxekO2dtp7JrX9tg7pM/8M+xiT6TRapEZf5I8 verocAHerNR4bhibx7w005FJf+7qpnq2jOkOzqRKW/hpnt2RYWz5v1UiB/mdxeKgGlz/MLhuSMwDK TeyFBed9BDGyvX9c8MnYcFkR0p/xzibqz4m5ZdrWk6Ay2Q91DOfGf3s4J6mYpvCBr6wBZTz1aT32p iMu9Wj4Ku4vyNTvsKupywK+pwXTOiHIkNjdiUdjZDjNGCiE8bH32aPGNsIdAbbnHtQkCzI1td6OS0 cRYqhadGfMZSbSA2UpHg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1tKj-003g6g-HL; Thu, 16 Jun 2022 17:31:05 +0000 Received: from mail-io1-f48.google.com ([209.85.166.48]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1o1tKg-003g5p-AP for linux-arm-kernel@lists.infradead.org; Thu, 16 Jun 2022 17:31:03 +0000 Received: by mail-io1-f48.google.com with SMTP id d123so2166477iof.10 for ; Thu, 16 Jun 2022 10:31:00 -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=8a7QwMXh0WvhKBovKjAxawErQjPq4EtS9dlKozf7SOc=; b=zVXDGhdLGMDZsTaQQUCGS75COFORzDKTxPaEVLOY1izSpkrkXaAN79hkY6REG5gcsj RzZ192vQSa1C2LwU2b5j/+SXHOyHdhDEDWWNPzZU0ME45sQk1NkSzSxvCkRbVYr2ODbU vGTrdV3GahKPIh5xMcVx/pjvrvYqzzf9YeUvZ8BlEY+BZ1VX0Ms1gM1+0iKMBENK2xnT Kbl9YPVJ4jXAGPyubjq+jkupUGpKkPxu9whi+dwcB8te2aq9uDkAwZNOaP8d7M+UOrVJ o4zQBilmLWxH6R2YOsYk3j2ApkcL3xgwg6mMp2I9unugE/Y89mGaBqNCptFQXizjEfQ6 hSuA== X-Gm-Message-State: AJIora9SdtVWDwD7Ui8JYBhubyevQW5bzJVLeBiFHYPK38QYwviye9r+ 1Fsj0BofGEvMnvSKJSLbIg== X-Google-Smtp-Source: AGRyM1tilafp3/g2JlXcLwpfxJbUDzbriaMFtxnfXYVjSbiES+p4NE9LW66nFvZUqtE+Pka7ETq6oQ== X-Received: by 2002:a5e:8404:0:b0:66a:13cc:f2bc with SMTP id h4-20020a5e8404000000b0066a13ccf2bcmr3005364ioj.95.1655400660264; Thu, 16 Jun 2022 10:31:00 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id a92-20020a029465000000b0032e1e0ac289sm1138393jai.8.2022.06.16.10.30.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Jun 2022 10:30:59 -0700 (PDT) Received: (nullmailer pid 3687346 invoked by uid 1000); Thu, 16 Jun 2022 17:30:56 -0000 Date: Thu, 16 Jun 2022 11:30:56 -0600 From: Rob Herring To: Christian Lamparter Cc: devicetree@vger.kernel.org, Florian Fainelli , bcm-kernel-feedback-list@broadcom.com, Rob Herring , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Hauke Mehrtens , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v1 1/2] dt-bindings: ARM: add bindings for the Meraki MR26 Message-ID: <20220616173056.GA3687255-robh@kernel.org> References: <20220611165948.410308-1-chunkeey@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20220611165948.410308-1-chunkeey@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220616_103102_394977_3B97B7FB X-CRM114-Status: GOOD ( 11.38 ) 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 Sat, 11 Jun 2022 18:59:47 +0200, Christian Lamparter wrote: > mark the Meraki MR26 and its SoC (BCM53015) as supported > in the bindings documentation file. > > > > "BCM53011 and BCM53015 with dual-core Cortex-A9 CPU at 800 MHz, > 256KB L2 cache, 16-bit DDR2 interface, USB3, integrated switch, > GPHYs and packet accelerator" > > Signed-off-by: Christian Lamparter > --- > .../devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Acked-by: Rob Herring _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel 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 C7390C433EF for ; Thu, 16 Jun 2022 17:31:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233708AbiFPRbC (ORCPT ); Thu, 16 Jun 2022 13:31:02 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40658 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233698AbiFPRbC (ORCPT ); Thu, 16 Jun 2022 13:31:02 -0400 Received: from mail-io1-f42.google.com (mail-io1-f42.google.com [209.85.166.42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 010152CCA4 for ; Thu, 16 Jun 2022 10:31:00 -0700 (PDT) Received: by mail-io1-f42.google.com with SMTP id b138so2158091iof.13 for ; Thu, 16 Jun 2022 10:31:00 -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=8a7QwMXh0WvhKBovKjAxawErQjPq4EtS9dlKozf7SOc=; b=irpj6nAKusgXfDPaxRI89k3ngXZ47O1hb1wC3igEE6E53l9wEvIYet3F35MdvosKIz 0i/vEgE+16ZluAkqK5MtNIlPcDATWB/OiszJmBOsOZgKp1op/grrFZHRb0EGjUerLhb+ tuVttP5qRdY2VWf2+/UkK2nEs0YtJwt/A6bgKRBWfz05//A8aa/rS4ILikNRk3JSKVdW KPrmB3p9Cql/9nl1yMZYnHvJDrd8YhKV2mnuZjfU6DJPcwLIltc9RngYk9xSUz9p3Kz1 ERLvtZ2Webo6rdRsbn0Laq4SFtkF7KqsVIib7MollKKmqjfXxwyUUcRk0HHYRPwmnGDj JH4w== X-Gm-Message-State: AJIora8xyq+g6vUxfojCrQzaG4Pz/axtVMQ6H/r4xo15rgHRS4DRf2cR xYtDAqhNbXITIvooB/hUA3WXPXgRpQ== X-Google-Smtp-Source: AGRyM1tilafp3/g2JlXcLwpfxJbUDzbriaMFtxnfXYVjSbiES+p4NE9LW66nFvZUqtE+Pka7ETq6oQ== X-Received: by 2002:a5e:8404:0:b0:66a:13cc:f2bc with SMTP id h4-20020a5e8404000000b0066a13ccf2bcmr3005364ioj.95.1655400660264; Thu, 16 Jun 2022 10:31:00 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id a92-20020a029465000000b0032e1e0ac289sm1138393jai.8.2022.06.16.10.30.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 16 Jun 2022 10:30:59 -0700 (PDT) Received: (nullmailer pid 3687346 invoked by uid 1000); Thu, 16 Jun 2022 17:30:56 -0000 Date: Thu, 16 Jun 2022 11:30:56 -0600 From: Rob Herring To: Christian Lamparter Cc: devicetree@vger.kernel.org, Florian Fainelli , bcm-kernel-feedback-list@broadcom.com, Rob Herring , =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= , Hauke Mehrtens , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v1 1/2] dt-bindings: ARM: add bindings for the Meraki MR26 Message-ID: <20220616173056.GA3687255-robh@kernel.org> References: <20220611165948.410308-1-chunkeey@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220611165948.410308-1-chunkeey@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Sat, 11 Jun 2022 18:59:47 +0200, Christian Lamparter wrote: > mark the Meraki MR26 and its SoC (BCM53015) as supported > in the bindings documentation file. > > > > "BCM53011 and BCM53015 with dual-core Cortex-A9 CPU at 800 MHz, > 256KB L2 cache, 16-bit DDR2 interface, USB3, integrated switch, > GPHYs and packet accelerator" > > Signed-off-by: Christian Lamparter > --- > .../devicetree/bindings/arm/bcm/brcm,bcm4708.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Acked-by: Rob Herring