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 X-Spam-Level: X-Spam-Status: No, score=-14.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id CD992C433DB for ; Sun, 21 Mar 2021 19:03:55 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 2DDD76024A for ; Sun, 21 Mar 2021 19:03:55 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 2DDD76024A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=sntech.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-ID:Date: Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=uhxbGe5uyqVGp5iMQoiIe2LVNRI9wMDbyuZLNT/vKDk=; b=b10JdGc27g63q3WYmSW1/UVjt Wp/f5RSa8Z1cw4E2wp/zyBX4ZmjUF4Srmgfxe3ibT50PvhlxtzSZ/uut452Jva5flsfVNJe/YBQCO nDG5CAghRbB044lmbzAgBqRGfl3g0yWMKGZMl91nFDopUwC5Ec5qv8N+UbmfiV7q+3BQ8Rrzqpopb +CFJsKVwvWyLcQuWcZamSBbUJuzRxcoL8SoQZLz+8WDVMHYgxWZS6tSdEu1sjZr/oIN+DJYZquMJU /820Mkou+DB8PbXfHx3HqpADjVoY20IgQhXSDK3WykcxLcb2Hn/PppgODQMLb00pc9t4SL0m4hFQz mpKl232XQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lO3LG-00AGCN-Dz; Sun, 21 Mar 2021 19:02:26 +0000 Received: from gloria.sntech.de ([185.11.138.130]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lO3L4-00AG60-7w; Sun, 21 Mar 2021 19:02:19 +0000 Received: from p508fc3a3.dip0.t-ipconnect.de ([80.143.195.163] helo=phil.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lO3Kr-000710-FT; Sun, 21 Mar 2021 20:02:01 +0100 From: Heiko Stuebner To: Rob Herring , Jagan Teki , Chen-Yu Tsai , Uwe =?ISO-8859-1?Q?Kleine=2DK=F6nig?= , Geert Uytterhoeven , Johan Jonker , Pavel Machek , Jacek Anaszewski , David Bauer , Jensen Huang , Marty Jones , Tianling Shen , Tianling Shen Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 1/2] dt-bindings: Add doc for FriendlyARM NanoPi R4S Date: Sun, 21 Mar 2021 20:02:00 +0100 Message-ID: <1851600.PYKUYFuaPT@phil> In-Reply-To: <20210319051627.814-1-cnsztl@gmail.com> References: <20210319051627.814-1-cnsztl@gmail.com> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210321_190217_597141_059A9C50 X-CRM114-Status: GOOD ( 14.34 ) 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="iso-8859-1" Content-Transfer-Encoding: quoted-printable Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi, Am Freitag, 19. M=E4rz 2021, 06:16:26 CET schrieb Tianling Shen: > Add devicetree binding documentation for the FriendlyARM NanoPi R4S. > = > Changes in v6: > - Fixed format of LED nodes > = > Changes in v5: > - Dropped the empty PCIe node > - Dropped useless `/delete-property/` > - Renamed LED nodes > = > Changes in v4: > - Correctly dropped `display-subsystem` node > - Dropped meaningless `pwm-fan` node > - Dropped wrong `sdmmc` node > - Disabled `i2c4` and `uart0` as they don't exist in the design > - Format fixes > = > Changes in v3: > - Dropped non-existent node `display_subsystem` > = > Changes in v2: > - Disable display for NanoPi R4S (reference commit: 74532de460ec) > - Light "sys" LED on NanoPi R4S (reference commit: 833821eeab91) > = > Signed-off-by: Tianling Shen In v4 you received a Acked-by: Rob Herring Please pick these up and carry them over into new versions of your patchset. Otherwise Rob would needlessly review things multiple times. Heiko > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 1 + > 1 file changed, 1 insertion(+) > = > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Docume= ntation/devicetree/bindings/arm/rockchip.yaml > index c3036f95c7bc..4a6f772c1043 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -134,6 +134,7 @@ properties: > - friendlyarm,nanopi-m4 > - friendlyarm,nanopi-m4b > - friendlyarm,nanopi-neo4 > + - friendlyarm,nanopi-r4s > - const: rockchip,rk3399 > = > - description: GeekBuying GeekBox > = _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel