From patchwork Wed Mar 23 16:28:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caleb Connolly X-Patchwork-Id: 12789926 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 DA409C4167B for ; Wed, 23 Mar 2022 16:28:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245474AbiCWQaR (ORCPT ); Wed, 23 Mar 2022 12:30:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43748 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245473AbiCWQaO (ORCPT ); Wed, 23 Mar 2022 12:30:14 -0400 Received: from mail-ed1-x532.google.com (mail-ed1-x532.google.com [IPv6:2a00:1450:4864:20::532]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 99EFF2657F for ; Wed, 23 Mar 2022 09:28:44 -0700 (PDT) Received: by mail-ed1-x532.google.com with SMTP id t1so2496821edc.3 for ; Wed, 23 Mar 2022 09:28:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=q6sZ9TrpMbSuqw2lSukP8mYcJ/MBczjmWfHRwtht0/k=; b=KTMMAKFdqzkMrR4PM5BD8W6BjPPR+FxT6cJH2XjB0aZrO1rYfJyhQXQa66UteJBC9c CW+/I1B8J9Qgc24TuWXzCAbptqJIzZSeZ5I/d5Dqxgw1p+qy9JpE2XA4+D3Yh4K4baQs KnPUwHBbS2vVT2G1y6OSVcqrgHYiKzbX8n7EZE/s3welCPfcU2hHv13D7f8tmEe023kF i5uV7IFVOGWUpZRhE5xNuOFuuP7fPcvFKXpwIryU548uDkEfakkGxp0SqZDX3tHnAM+E BtweXKBn+mBcOY1Mpf62GDyo0Ou7CQsECPvsZOM+cj+Y+OJ4Uf25Go3oL2ZX1ahm5OgA 6rjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=q6sZ9TrpMbSuqw2lSukP8mYcJ/MBczjmWfHRwtht0/k=; b=5rrw5YNjXR6+9DXKkCOZ/eAUsryXhdixpDIzqv25iTHptsuBgDNy1IoxFTy3xNqE+G esSHyS+52wzGBxOcVBthKVAaynVW648YK4O7bQbHLE1nW8bcqcVpTKrsv5xbfrGK9w8s uimJAP+LBKbTIGzPAdQT7SAry4dW/bBdvI9h7iO1+bkA8LRNyoYLW5AfpASsXeqJ+Niy /X+C765pEwULUtoFcb3ga6IK260Tds1qXhxiYk8m1uzpI3fEcErJB6N03+sjRx37mEDD y2IB/CSrK9azFJlzP1ypqy3cMzqj+a8Nt+6+hjEy/XFEtGn4jltZL+yhO1g1EXjgY9wn WV+w== X-Gm-Message-State: AOAM5332k0EBdjr/hhJCyYmHBGPPkNGzg1Lk3YJo7M62v7IP2mQmUly6 8XuLOJ65Q0N0WoWrz183j6kqqrp14gm4Ow== X-Google-Smtp-Source: ABdhPJzIIhcR01QY6OTpji/DDtEmb+IsLv7EGx8u37LtKNAXeQLlYXkNAvDaIdZ5lDXuHULQX2w0lw== X-Received: by 2002:a05:6402:3495:b0:419:1ff6:95d9 with SMTP id v21-20020a056402349500b004191ff695d9mr1112414edc.249.1648052923158; Wed, 23 Mar 2022 09:28:43 -0700 (PDT) Received: from localhost.localdomain (cpc78119-cwma10-2-0-cust590.7-3.cable.virginm.net. [81.96.50.79]) by smtp.gmail.com with ESMTPSA id z11-20020a50e68b000000b00412ec8b2180sm173306edm.90.2022.03.23.09.28.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Mar 2022 09:28:42 -0700 (PDT) From: Caleb Connolly X-Google-Original-From: Caleb Connolly To: caleb.connolly@linaro.org, Jonathan Cameron , Lars-Peter Clausen , Rob Herring , Andy Gross , Bjorn Andersson , Lee Jones , Stephen Boyd , linux-iio@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org Cc: sumit.semwal@linaro.org, amit.pundir@linaro.org, john.stultz@linaro.org, Krzysztof Kozlowski Subject: [PATCH v13 7/9] arm64: dts: qcom: sdm845-oneplus: enable rradc Date: Wed, 23 Mar 2022 16:28:18 +0000 Message-Id: <20220323162820.110806-8-caleb@connolly.tech> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220323162820.110806-1-caleb@connolly.tech> References: <20220323162820.110806-1-caleb@connolly.tech> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org From: Caleb Connolly Enable the RRADC for the OnePlus 6. Signed-off-by: Caleb Connolly --- arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi index 7f42e5315ecb..e8287cf02511 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845-oneplus-common.dtsi @@ -450,6 +450,10 @@ pinconf { }; }; +&pmi8998_rradc { + status = "okay"; +}; + &qupv3_id_1 { status = "okay"; };