From patchwork Tue Feb 15 17:09:49 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caleb Connolly X-Patchwork-Id: 542818 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 2D614C35274 for ; Tue, 15 Feb 2022 17:10:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242275AbiBORK3 (ORCPT ); Tue, 15 Feb 2022 12:10:29 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:36702 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242272AbiBORK2 (ORCPT ); Tue, 15 Feb 2022 12:10:28 -0500 Received: from mail-wr1-x42b.google.com (mail-wr1-x42b.google.com [IPv6:2a00:1450:4864:20::42b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BD0AC11B33E for ; Tue, 15 Feb 2022 09:10:14 -0800 (PST) Received: by mail-wr1-x42b.google.com with SMTP id j26so22408122wrb.7 for ; Tue, 15 Feb 2022 09:10:14 -0800 (PST) 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=qImSYxU2i/y/qV71r8EFW+LTWk9ZfhM4KeM2jcTcklQ=; b=s0rSuUU6Vkr6353bMzfVha57JotEXp85WajSwF4FyFCjtniTreNTPck4uMqeP+U5Bc cK5IF4sEr7ey4Tif3CtRu+ufJFbbmN+5PGNXfXhhdMywo7TxYZsuZr4U70LSEEtAFTap aWPJ7HYVe8WP1t+hkwfLtARUt564rrltxFQOPHGwNbOpFqsJJaA1nC2mA7dfAjp4APp7 uKoyBzSeHItBL0X3WRJTYxzy5Uwyx8Zk7zcIHy2WyQyIXiR0ZgOwRjEe2LNte7sPS7Fi scE99X3YjKTAceTW6XrMx20vQ7qTLihPkggsJ9bokjKCEozuehOi8eyMTQ2thhdbG0yb VX+A== 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=qImSYxU2i/y/qV71r8EFW+LTWk9ZfhM4KeM2jcTcklQ=; b=XK30Q1T/C0ztpCNfRtR3S175efK86C3qY3J31Aycb09eZbhpFxWNqRaIsZgwzgUbnR KaMLHRVLhkVXCwmCy1bkMckitLbjSlBiQT2V2ABdLVecYl1oeuylogKrgJ9aeNwBDwkn EbBYBzMOEOu9nYDB98i+XRu2Eo0MPnOPgj1uSZPgiZnDcZWjn7Ov6Mvz42+PNwPTAyST 4joQEG70hCqXuVtOIUlRBG1ywhzd0voJSq53Kp7jDrZKdAq6laWCoOmEuER7YcF4TffD qCJRZGl7dPVCt+NGziudif8F8voTjr8uKcoL5D7uWLUXzf4n73sY7SX/tfB/eVqCc6sV jqLg== X-Gm-Message-State: AOAM53352ccirAfHnCbuhjuLY1+PqyDanYlYqu9+XvfCHMicAtjeQaDd aPGCXXajMoGh/7Odp+vDaZfVfg== X-Google-Smtp-Source: ABdhPJzbxWlkLcv4dByszHQRrPpY/zwFZJP9TYlpUX/myYapLODWX3QwYfFYLzGTIWfXXlAJ38uSYw== X-Received: by 2002:a05:6000:18a2:: with SMTP id b2mr4034851wri.645.1644945013380; Tue, 15 Feb 2022 09:10:13 -0800 (PST) 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 g5sm15558474wmk.38.2022.02.15.09.10.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Feb 2022 09:10:12 -0800 (PST) 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 Subject: [PATCH v6 7/9] arm64: dts: qcom: sdm845-oneplus: enable rradc Date: Tue, 15 Feb 2022 17:09:49 +0000 Message-Id: <20220215170951.1233375-8-caleb.connolly@linaro.org> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220215170951.1233375-1-caleb.connolly@linaro.org> References: <20220215170951.1233375-1-caleb.connolly@linaro.org> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org 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"; };