From patchwork Wed Dec 28 23:04:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rayyan Ansari X-Patchwork-Id: 637333 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 7799BC4332F for ; Wed, 28 Dec 2022 23:04:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231238AbiL1XE5 (ORCPT ); Wed, 28 Dec 2022 18:04:57 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60022 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230050AbiL1XE4 (ORCPT ); Wed, 28 Dec 2022 18:04:56 -0500 Received: from out-72.mta0.migadu.com (out-72.mta0.migadu.com [IPv6:2001:41d0:1004:224b::48]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 12AE7B483 for ; Wed, 28 Dec 2022 15:04:53 -0800 (PST) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ansari.sh; s=key1; t=1672268691; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zhV5gHL52mQvy5x080010uweCovS43cr1TNUoLDpraw=; b=HIiq1OoA7Rq4D2vqs2hPPHO2oncb2AMXNg+1CEFxSAnCtvHqgvYLm60/1iv+trl00nK2W6 ocKStbX/538iPBGo7DkuXINykhe5Q7L+7Yfj/d6aFC79yot0TFTEbYpRTSCreXbfIDLNNf DV0y3eTitAWQy989+5xmZTuh2Pmj7do= From: Rayyan Ansari To: linux-arm-msm@vger.kernel.org Cc: ~postmarketos/upstreaming@lists.sr.ht, Rayyan Ansari , devicetree@vger.kernel.org, Jonathan Cameron , Konrad Dybcio , Krzysztof Kozlowski , Lars-Peter Clausen , linux-iio@vger.kernel.org, linux-kernel@vger.kernel.org, Luca Weiss , Rob Herring Subject: [PATCH v2 0/4] ARM: dts: qcom: pm8226: style fixes and new nodes Date: Wed, 28 Dec 2022 23:04:15 +0000 Message-Id: <20221228230421.56250-1-rayyan@ansari.sh> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Hello, The following patches sort the nodes and includes in PM8226's device tree file, and add new nodes for PON (with the resin sub-node) and IADC. Changes since v1: - Use adc@ generic node name - Use specific PM8226 IADC compatible with fallback - Document PM8226 IADC compatible Rayyan Ansari (4): ARM: dts: qcom: pm8226: sort includes alphabetically and nodes by address ARM: dts: qcom: pm8226: add PON device node along with resin sub-node ARM: dts: qcom: pm8226: add IADC node dt-bindings: iio/adc: qcom,spmi-iadc: document PM8226 compatible .../bindings/iio/adc/qcom,spmi-iadc.yaml | 1 + arch/arm/boot/dts/qcom-pm8226.dtsi | 46 +++++++++++++------ 2 files changed, 34 insertions(+), 13 deletions(-) Reviewed-by: Konrad Dybcio