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 C5B54C43334 for ; Thu, 9 Jun 2022 14:48:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243928AbiFIOs0 (ORCPT ); Thu, 9 Jun 2022 10:48:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58300 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234782AbiFIOsW (ORCPT ); Thu, 9 Jun 2022 10:48:22 -0400 Received: from mail-il1-f174.google.com (mail-il1-f174.google.com [209.85.166.174]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 02E85C39; Thu, 9 Jun 2022 07:48:21 -0700 (PDT) Received: by mail-il1-f174.google.com with SMTP id z11so92379ilq.6; Thu, 09 Jun 2022 07:48:20 -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=0WCE+IuXPv4P5hy6ujeRoh5ZAtEnh1boIThWFrsiCBw=; b=xfb6881J1KtIuyrFx9dZ947Zyofh36trRy68EO9RLmvHhH8QV3iwdpq7GAMVkCeiSt Guk9S6owv8vMf/u1kj0ao5GJcsfCgT1vietVT8W3e3LQpRET9/OSEqXVOyBLgRLiPGqt LoItxg15RgzLrqXhWkYKpxTfc/TAM4cpsCR+4nqH6533lroAkTHHFEIVEUF+MeFVtHpW I/MS8YSPUS2Wen2KBJPqGCuq15iEsnhXxsSsKbrIrFNzW1yNfKqjCURl5EaEIGgiILoX L8WH+bPsLgDgR3vlpuEUuqAIG03CxJFhQUP+z6XmmNXw0Gl8A88w7Omby6z3q9Z3R3XR Hjfw== X-Gm-Message-State: AOAM533LPr2WMo9NhxW7+QQAgPZJJZRU4RNiC2tBkDyDM3lSbfd1/GN/ JkPMhhdYZLxPrb9yUMzZeg== X-Google-Smtp-Source: ABdhPJxb92Y7ZKqBPIPt6cH7BCGm+00H2xfEKvdk+htKr6C/haG1yW2tFbq8E2SJz3UU0CQJOwt5jA== X-Received: by 2002:a05:6e02:968:b0:2d3:983d:7e38 with SMTP id q8-20020a056e02096800b002d3983d7e38mr21786886ilt.305.1654786100265; Thu, 09 Jun 2022 07:48:20 -0700 (PDT) Received: from robh.at.kernel.org ([64.188.179.251]) by smtp.gmail.com with ESMTPSA id x15-20020a02908f000000b00331f576f5c5sm1923982jaf.174.2022.06.09.07.48.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 09 Jun 2022 07:48:19 -0700 (PDT) Received: (nullmailer pid 3772354 invoked by uid 1000); Thu, 09 Jun 2022 14:48:17 -0000 Date: Thu, 9 Jun 2022 08:48:17 -0600 From: Rob Herring To: William Zhang Cc: joel.peshkin@broadcom.com, dan.beygelman@broadcom.com, Linux ARM List , kursad.oney@broadcom.com, Broadcom Kernel List , philippe.reynes@softathome.com, anand.gore@broadcom.com, samyon.furman@broadcom.com, Rob Herring , f.fainelli@gmail.com, devicetree@vger.kernel.org, Krzysztof Kozlowski , linux-kernel@vger.kernel.org, tomer.yacoby@broadcom.com Subject: Re: [PATCH 1/3] dt-bindings: arm64: Add BCM63146 SoC Message-ID: <20220609144817.GA3772217-robh@kernel.org> References: <20220608180100.31749-1-william.zhang@broadcom.com> <20220608180100.31749-2-william.zhang@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220608180100.31749-2-william.zhang@broadcom.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 08 Jun 2022 11:00:58 -0700, William Zhang wrote: > Add BCM63146 SoC device tree description to bcmbca binding document. > > Signed-off-by: William Zhang > --- > > Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Acked-by: Rob Herring