From patchwork Tue Feb 15 17:09:50 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Caleb Connolly X-Patchwork-Id: 542819 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 80F46C4167D for ; Tue, 15 Feb 2022 17:10:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242266AbiBORK3 (ORCPT ); Tue, 15 Feb 2022 12:10:29 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:36716 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242277AbiBORK2 (ORCPT ); Tue, 15 Feb 2022 12:10:28 -0500 Received: from mail-wr1-x434.google.com (mail-wr1-x434.google.com [IPv6:2a00:1450:4864:20::434]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0D76611ADD9 for ; Tue, 15 Feb 2022 09:10:15 -0800 (PST) Received: by mail-wr1-x434.google.com with SMTP id o24so30607649wro.3 for ; Tue, 15 Feb 2022 09:10:15 -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=o/d166yo9TtkM4+c7x0I89HNNMPO2K1Na/pBqagV1Y0=; b=QoFM+JEJRo1n40Gs+30ZhFnhZ809XZ1cgbfP+82WqnCj4zoq8y+4OhcRl87QDpBAu4 ZwXQtIBqFDw8mKER1ZR5t0Rfo5mQWALPCOCxUhYKTdwhIQV44EXFGgObYG097WN6R+sq s6IqwSfuEdDkEvwECoXAR//SX7OOW16igt07XU8K/lMrsI2Muf6btKNGYuWNvMfP8/KN TKI/NKo3QE0O5gUzrB1O3s0+Mad42MXyIBKgTarVV+7qrvbWAe6bWo0M0iCFUETfDsuB ELNcpFtTEb/AK/hRfB+h4NyILMYBIRS2mZAI9kLELKka1rcop0prUjXA4AWqHqbDik59 P/og== 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=o/d166yo9TtkM4+c7x0I89HNNMPO2K1Na/pBqagV1Y0=; b=ir9oDZsYrkrPk1XY1Crhomdpi3KJx5fQupTx/w4/ufDLuK5SmjaGTfObS6GJJdtVfc 0UpsniQftPO8MooyQVAMz3gDB0jW2bGG0ZoUhlE5Gndvo4VV+DyyR7XHQK/BqGzmBszt C2KXh2d9p4m67MfytIVOyJAVugXTd5yNQXjn5zqatN+ryJQYlxnLYoJ5DHVDkKMzAmyd ooSaZpLgGOWcT4YGxVac/zHMZUb36B2KM91LW0TFZxAtTgxL4K9ewcFOCLX2jNXfOZmp LX0DGhyh1f0PbiFlBb73kkOb2VjEI9h2QumfckVp7s847alyUozypkHNaYN3Wn1i5GlK qZDw== X-Gm-Message-State: AOAM533aFy/lxatuQ5KrsWdSkCnw2PRMx/NnIBHrteDs25BA8RX7wUTU PoUt9BAavSvrYB1c+/cM8J/ZlQ== X-Google-Smtp-Source: ABdhPJxpimJ06Abn5eYnoOzxEfhvXTIC4eKQeyyYzzqyti1G1VXk2/31zNMjP7CnPaCeY4nZsFTNUg== X-Received: by 2002:adf:ea50:: with SMTP id j16mr4017342wrn.213.1644945014592; Tue, 15 Feb 2022 09:10:14 -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.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 15 Feb 2022 09:10:14 -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 8/9] arm64: dts: qcom: sdm845-db845c: enable rradc Date: Tue, 15 Feb 2022 17:09:50 +0000 Message-Id: <20220215170951.1233375-9-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 Round Robin ADC for the db845c. Signed-off-by: Caleb Connolly --- arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts index 13f80a0b6faa..1c452b458121 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts @@ -595,6 +595,10 @@ resin { }; }; +&pmi8998_rradc { + status = "okay"; +}; + /* QUAT I2S Uses 4 I2S SD Lines for audio on LT9611 HDMI Bridge */ &q6afedai { qi2s@22 {