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 AFBBFC43219 for ; Mon, 4 Apr 2022 21:17:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1379330AbiDDVTT (ORCPT ); Mon, 4 Apr 2022 17:19:19 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59246 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1380265AbiDDTZG (ORCPT ); Mon, 4 Apr 2022 15:25:06 -0400 Received: from mail-oa1-f54.google.com (mail-oa1-f54.google.com [209.85.160.54]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 76FA73B037; Mon, 4 Apr 2022 12:23:09 -0700 (PDT) Received: by mail-oa1-f54.google.com with SMTP id 586e51a60fabf-d39f741ba0so11854884fac.13; Mon, 04 Apr 2022 12:23:09 -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=wIFxnat34WFgpybFJIb4ucsy9v2GfYyVlHzTRVzu9II=; b=p7sgaV1KkwcHjxp/vlyfRnDI4Vp19yAtiHdnadEPBuaLtMRE0cozlz9SGmnysgPT/p p1r6sAlZedh1OdlgUkuGQhncDpb+2s/gaQu2TKC4Q7/ZqX/rzWHeB6Laj4zeDTlwHtlW MiS4cEWCMq7AOXFTjw5AQ6SCQ0J5/+Mu03tii6+MCqz0kXad9K5eUAFj3iScKKnePHCU fWKqRFR7wM8SNHzzuTDFxdaI/GYxZ+agePVBisig0GPKibeZSgjuxJ5JmpM1LAeFemMY yKEZ0a8Fxp3XgV2IaI0n6gqZxlfFH5N3vqJIsxVEpC6O1C7YJklX8ZkGsvDJ14XfaEUm 5/Nw== X-Gm-Message-State: AOAM530Lgnw5HiMQ5q4hLjsjpoU6G4l/YND++tyR2gvg5FEYNj+L0Wll WTSSzrPhx0zHbNf3zH3Kwg== X-Google-Smtp-Source: ABdhPJxGvYRMISdRC5MROfVxG4x2VQDddPAJcrf4fiX749Isc/0j1TL+GUY/U5TzrMlxzPaIiijgSg== X-Received: by 2002:a05:6870:46a4:b0:e1:f307:c1a2 with SMTP id a36-20020a05687046a400b000e1f307c1a2mr412329oap.238.1649100188792; Mon, 04 Apr 2022 12:23:08 -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 k8-20020a544688000000b002f90678740esm4638093oic.37.2022.04.04.12.23.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Apr 2022 12:23:08 -0700 (PDT) Received: (nullmailer pid 1802528 invoked by uid 1000); Mon, 04 Apr 2022 19:23:07 -0000 Date: Mon, 4 Apr 2022 14:23:07 -0500 From: Rob Herring To: Johan Jonker Cc: linux-kernel@vger.kernel.org, linus.walleij@linaro.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, heiko@sntech.de, linux-gpio@vger.kernel.org, krzk+dt@kernel.org, devicetree@vger.kernel.org, robh+dt@kernel.org Subject: Re: [PATCH v1 1/2] dt-bindings: pinctrl: add rockchip,rk3036-pinctrl compatible string Message-ID: References: <20220330133952.1949-1-jbx6244@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220330133952.1949-1-jbx6244@gmail.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, 30 Mar 2022 15:39:51 +0200, Johan Jonker wrote: > Add the compatible string "rockchip,rk3036-pinctrl" in already > in use in rk3036.dtsi to rockchip,pinctrl.yaml. > > Signed-off-by: Johan Jonker > --- > Documentation/devicetree/bindings/pinctrl/rockchip,pinctrl.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring