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 BD1CFC433FE for ; Sun, 15 May 2022 19:51:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238568AbiEOTvv (ORCPT ); Sun, 15 May 2022 15:51:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53900 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238537AbiEOTvr (ORCPT ); Sun, 15 May 2022 15:51:47 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1081934659; Sun, 15 May 2022 12:51:47 -0700 (PDT) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nqKHE-00065r-GO; Sun, 15 May 2022 21:51:40 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: Rob Herring , Krzysztof Kozlowski , Palmer Dabbelt , Conor Dooley Cc: Paul Walmsley , Palmer Dabbelt , Albert Ou , Conor Dooley , Daire McNamara , Cyril Jean , devicetree@vger.kernel.org, linux-riscv@lists.infradead.org, linux-kernel@vger.kernel.org, Arnd Bergmann Subject: Re: [PATCH v5 09/10] riscv: microchip: icicle: readability fixes Date: Sun, 15 May 2022 21:51:37 +0200 Message-ID: <2247302.ElGaqSPkdT@diego> In-Reply-To: <20220509142610.128590-10-conor.dooley@microchip.com> References: <20220509142610.128590-1-conor.dooley@microchip.com> <20220509142610.128590-10-conor.dooley@microchip.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Montag, 9. Mai 2022, 16:26:10 CEST schrieb Conor Dooley: > Fix the sort order of the status properties, remove some > extra whitespace in the mmc entry & add whitespace to the mac entry > containing the phys so that the dt is easier to read. > > Signed-off-by: Conor Dooley Reviewed-by: Heiko Stuebner