Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751377AbdLPFRN (ORCPT ); Sat, 16 Dec 2017 00:17:13 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:34408 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750793AbdLPFRI (ORCPT ); Sat, 16 Dec 2017 00:17:08 -0500 X-Google-Smtp-Source: ACJfBouV1gSxH1wBYBJdAukRH7cpdfLVu5WZAeTJHXe6CUpF60WMvYgn1cw8T5TsNE/cx516L5HeSQ== Date: Fri, 15 Dec 2017 21:17:04 -0800 From: Bjorn Andersson To: Damien Riegel Cc: linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Andy Gross , David Brown , Rob Herring , Mark Rutland , Catalin Marinas , Will Deacon , kernel@savoirfairelinux.com Subject: Re: [PATCH v2 05/10] arm64: dts: qcom: apq8016-sbc: sort nodes alphabetically Message-ID: <20171216051704.GB4281@tuxbook> References: <20171207151942.5805-1-damien.riegel@savoirfairelinux.com> <20171207151942.5805-6-damien.riegel@savoirfairelinux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171207151942.5805-6-damien.riegel@savoirfairelinux.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 637 Lines: 23 On Thu 07 Dec 07:19 PST 2017, Damien Riegel wrote: > Also, it was using whitespaces for indentation on some lines, fix that > while moving it. > > Signed-off-by: Damien Riegel Rather than extending single nodes like this I would prefer that we bring in the associated pmic node, by this we avoid just having a huge flat list of nodes. I.e. that we make this: &pm8916_1 { codec@f000 { status = "okay"; clocks = <&gcc GCC_CODEC_DIGCODEC_CLK>; clock-names = "mclk"; qcom,mbhc-vthreshold-low = <75 150 237 450 500>; qcom,mbhc-vthreshold-high = <75 150 237 450 500>; }; }; Regards, Bjorn