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 97B7EC433EF for ; Tue, 17 May 2022 00:04:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1350526AbiEQAEd (ORCPT ); Mon, 16 May 2022 20:04:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37142 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230316AbiEQAEa (ORCPT ); Mon, 16 May 2022 20:04:30 -0400 Received: from mail-oi1-f173.google.com (mail-oi1-f173.google.com [209.85.167.173]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8CECA40A09; Mon, 16 May 2022 17:04:29 -0700 (PDT) Received: by mail-oi1-f173.google.com with SMTP id j12so20615159oie.1; Mon, 16 May 2022 17:04:29 -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=v4STRcHnMatgEQR197RgHKy8LyvFwW+m6RPmmztPcD0=; b=k+94YHGqWnDnAdAqzfOI9yP2RFfLCm1jHYsyxt/bq2AbypihYhjrH0sdX+/Gc/zZtp ZKbUp3q7T3ollTYa7FoaUbKQAX0LwvC6U70AdrBEtWccDLR9NSvSUVSI2SiHUGXSAs0z IuSEWefPMabeJsiMH2tzain44b1TA6TMBZ0z9fexI3nmx0wz3o41JNe1BQ9Y3oa0Uf26 Y/Ba03yKOhMALWmsy0nI6I7Tx4qi6siJgEtOB/WlALO1zWJG2kqHfGMKQA+RQeLeiekJ uk55e3QKm5Vq8IoyBZ0YKka5V6Igrgrh+JzXZ9xHVVsfF36be+yony8V6Iigf69oF+Cs 0GHA== X-Gm-Message-State: AOAM531mpg/n+90HtpCL+ZBeiySCfnJjcojzolSPnRqnCRkZ1r3vJKO1 1HBIJqkBMPdo5fANssgxNg== X-Google-Smtp-Source: ABdhPJwfrPdhplgtuJJnkIgFL9WjqMLk32l2nfeQM88QcWf/6HJcLmMomdYGa186dZi2YKYNru9ibA== X-Received: by 2002:aca:1c18:0:b0:325:a6db:29fb with SMTP id c24-20020aca1c18000000b00325a6db29fbmr13787692oic.212.1652745868880; Mon, 16 May 2022 17:04:28 -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 d8-20020a056870e24800b000eb0e40b4b8sm6384188oac.48.2022.05.16.17.04.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 16 May 2022 17:04:28 -0700 (PDT) Received: (nullmailer pid 3607735 invoked by uid 1000); Tue, 17 May 2022 00:04:27 -0000 Date: Mon, 16 May 2022 19:04:27 -0500 From: Rob Herring To: Sebastian Reichel Cc: devicetree@vger.kernel.org, Linus Walleij , kernel@lists.collabora.co.uk, Stephen Boyd , linux-mmc@vger.kernel.org, linux-clk@vger.kernel.org, Philipp Zabel , Heiko Stuebner , Bartosz Golaszewski , Rob Herring , Adrian Hunter , Ulf Hansson , Krzysztof Kozlowski , linux-rockchip@lists.infradead.org, Michael Turquette , linux-kernel@vger.kernel.org, kernel@collabora.com, linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCHv2 16/21] dt-bindings: soc: rockchip: add initial rk3588 syscon compatibles Message-ID: <20220517000427.GA3607701-robh@kernel.org> References: <20220504213251.264819-1-sebastian.reichel@collabora.com> <20220504213251.264819-17-sebastian.reichel@collabora.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220504213251.264819-17-sebastian.reichel@collabora.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 04 May 2022 23:32:46 +0200, Sebastian Reichel wrote: > Add IOC and PHP GRF syscon compatibles for RK3588. > > Signed-off-by: Sebastian Reichel > --- > Documentation/devicetree/bindings/soc/rockchip/grf.yaml | 2 ++ > 1 file changed, 2 insertions(+) > Acked-by: Rob Herring