Re: [PATCH RFC 2/6] arm64: dts: qcom: pmk8550: add VADC node
From: Konrad Dybcio
Date: Tue Apr 28 2026 - 05:34:50 EST
On 4/27/26 6:15 PM, Neil Armstrong wrote:
> Add the VADC node and the initial pmk8550 adc channels.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/pmk8550.dtsi | 31 +++++++++++++++++++++++++++++++
> 1 file changed, 31 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/pmk8550.dtsi b/arch/arm64/boot/dts/qcom/pmk8550.dtsi
> index 3049eb6b46d7..92d57d101c7c 100644
> --- a/arch/arm64/boot/dts/qcom/pmk8550.dtsi
> +++ b/arch/arm64/boot/dts/qcom/pmk8550.dtsi
> @@ -7,6 +7,7 @@
> #include <dt-bindings/input/linux-event-codes.h>
> #include <dt-bindings/interrupt-controller/irq.h>
> #include <dt-bindings/spmi/spmi.h>
> +#include "qcom,pmk8550-adc5-gen3.h"
>
> / {
> reboot-mode {
> @@ -44,6 +45,36 @@ pon_resin: resin {
> };
> };
>
> +
Stray \n above
Otherwise
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
FWIW there's at least this one in parallel, I don't know which one
will end up being picked
https://lore.kernel.org/linux-arm-msm/20260404-dell-xps-9345-ec-v2-3-c977c3caa81f@xxxxxxxxxxxxx/
Konrad