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 5B559C433F5 for ; Thu, 26 May 2022 01:59:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236831AbiEZB7S (ORCPT ); Wed, 25 May 2022 21:59:18 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345977AbiEZB7M (ORCPT ); Wed, 25 May 2022 21:59:12 -0400 Received: from mail-oa1-f50.google.com (mail-oa1-f50.google.com [209.85.160.50]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F120CBCEA4; Wed, 25 May 2022 18:59:10 -0700 (PDT) Received: by mail-oa1-f50.google.com with SMTP id 586e51a60fabf-f2cd424b9cso674620fac.7; Wed, 25 May 2022 18:59:10 -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=9oXg2kBeJmnkGZvWgG6eEkTx3Gi2MoPZPKKT6AOD548=; b=7iqf3KBxW2Bu4/xRJQiUbDHgw8ATy5wJpIRsJjIDVxSMwJ/F5/NqfmbkQZEmlaFMaj kc4TJ3GiWVfpfngbl9SvYu9WS8uSW0ujNIkI27qvKzJmvSPItw6LXgU5ulcYdyHnccTN tQM+UjsNjzpyb8Llr26hIcOdCeQmx0UooRREo/ejbRKctc9VEbqtOT/6x7Tdv7i0i1hu /XbMWF8pfdtN905dYe7ub4zZ4jK/wlUXW2YAkvLQAfW9rgf8I/jQerUktw1YEhOPhO4H rzZH9Ic3rSa9L8egWdzTHdLmlv1LmR7D63rg8ix4eWhFBSeT9r9kuo8+DMSB5aZwEw+u MO/A== X-Gm-Message-State: AOAM533KaRXtARRf/RcN9lg11ye8PtHJKFGt5+zvNsHDXqaJtD2O5DL6 TaVHACZmN7EXOuK6MJkb5A== X-Google-Smtp-Source: ABdhPJz2yvzDccIouYKE6g3DEh1N9wTWXJs74pfezYFbQOP9kIqvQhmleO0uyGjGRUdEW+RvqxdjXw== X-Received: by 2002:a05:6870:6011:b0:e6:2d00:6b5a with SMTP id t17-20020a056870601100b000e62d006b5amr14095oaa.263.1653530350292; Wed, 25 May 2022 18:59:10 -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 o25-20020a9d7199000000b0060affecb2a5sm134139otj.17.2022.05.25.18.59.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 May 2022 18:59:09 -0700 (PDT) Received: (nullmailer pid 2898644 invoked by uid 1000); Thu, 26 May 2022 01:59:08 -0000 Date: Wed, 25 May 2022 20:59:08 -0500 From: Rob Herring To: William Zhang Cc: anand.gore@broadcom.com, dan.beygelman@broadcom.com, Rob Herring , kursad.oney@broadcom.com, Krzysztof Kozlowski , Linux ARM List , joel.peshkin@broadcom.com, philippe.reynes@softathome.com, samyon.furman@broadcom.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Broadcom internal kernel review list , florian.fainelli@broadcom.com, tomer.yacoby@broadcom.com Subject: Re: [PATCH v2 1/3] dt-bindings: arm: add BCM6846 SoC to device tree binding document Message-ID: <20220526015908.GA2898559-robh@kernel.org> References: <20220525175124.7524-1-william.zhang@broadcom.com> <20220525175124.7524-2-william.zhang@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220525175124.7524-2-william.zhang@broadcom.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 25 May 2022 10:51:22 -0700, William Zhang wrote: > Add BCM6846 SoC device tree description to bcmbca binding document. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: William Zhang > > --- > > Changes in v2: > - Add new line between entries > > Documentation/devicetree/bindings/arm/bcm/brcm,bcmbca.yaml | 7 +++++++ > 1 file changed, 7 insertions(+) > Acked-by: Rob Herring