From patchwork Wed Nov 16 10:20:52 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Johan Hovold X-Patchwork-Id: 625622 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 89E73C4708A for ; Wed, 16 Nov 2022 10:22:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S238758AbiKPKWT (ORCPT ); Wed, 16 Nov 2022 05:22:19 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56000 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238266AbiKPKV6 (ORCPT ); Wed, 16 Nov 2022 05:21:58 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84B9923EA1; Wed, 16 Nov 2022 02:21:57 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 2D435B81CCC; Wed, 16 Nov 2022 10:21:56 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE3D0C43146; Wed, 16 Nov 2022 10:21:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668594114; bh=aifN2hfD2UgQ5/nFqlOTGeqXOWXvnG1r7DJvWCwcqV8=; h=From:To:Cc:Subject:Date:From; b=I44ltYAYqyE1zMbc/AUvS3nxuGu5L/oTLVjTQRBnMsF5UofAxHtR/xCZtNoZm7r02 tuOcNxG8/cMj6zwZBtL9Nct3mRQywe0yiGgI4BOzAKJD7b8+WKJvLJma9Q6AiiyT9T goRvgBqsO5JTHbidUF2T3BHgrbqKxOIisnKAc5MP36K8Ox2c/nF1AAysKr7GkDOD3v 7vUh3kwjwpkdA9iTKmvS9f8UPatAcxxeLc/4gotSA3bc2K065VjCup8L7PhxlsJ5Le D/evhu0cr51tZJFbUF3Q3t88Ioa2g/jel/0uZzJxqlv8Zto/yo8kP+UGpgvLPpBq9f oD9KT/y1tvIbg== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1ovFXo-0001Ek-Jd; Wed, 16 Nov 2022 11:21:24 +0100 From: Johan Hovold To: Mark Brown , Bjorn Andersson Cc: Andy Gross , Konrad Dybcio , Liam Girdwood , Rob Herring , Krzysztof Kozlowski , Douglas Anderson , Parikshit Pareek , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Johan Hovold Subject: [PATCH 0/2] arm64: dts: qcom: clean up 'regulator-allowed-modes' indentation Date: Wed, 16 Nov 2022 11:20:52 +0100 Message-Id: <20221116102054.4673-1-johan+linaro@kernel.org> X-Mailer: git-send-email 2.37.4 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org When reviewing a new devicetree for sa8540p-ride I noticed that the indentation for the 'regulator-allowed-modes' properties was off and realised that this had been copied from the recent patches adding the missing modes properties. Let's clean up the binding example and current devicetree sources to avoid this pattern being reproduced further. Note that the patches adding the missing properties have not yet made it into 6.1-rc. Johan Johan Hovold (2): regulator: dt-bindings: qcom,rpmh: clean up example indentation arm64: dts: qcom: clean up 'regulator-allowed-modes' indentation .../regulator/qcom,rpmh-regulator.yaml | 10 ++++------ arch/arm64/boot/dts/qcom/sa8155p-adp.dts | 20 ++++++++----------- arch/arm64/boot/dts/qcom/sa8295p-adp.dts | 20 ++++++++----------- arch/arm64/boot/dts/qcom/sc8280xp-crd.dts | 10 ++++------ .../qcom/sm6350-sony-xperia-lena-pdx213.dts | 10 ++++------ .../boot/dts/qcom/sm7225-fairphone-fp4.dts | 10 ++++------ .../dts/qcom/sm8150-sony-xperia-kumano.dtsi | 10 ++++------ .../boot/dts/qcom/sm8250-sony-xperia-edo.dtsi | 10 ++++------ arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 20 ++++++++----------- 9 files changed, 48 insertions(+), 72 deletions(-)