arm64: dts: qcom: pm660: Use unique ADC5_VCOIN address in node name
authorMarijn Suijten <marijn.suijten@somainline.org>
Mon, 26 Sep 2022 19:01:45 +0000 (21:01 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 31 Dec 2022 12:31:48 +0000 (13:31 +0100)
[ Upstream commit 02549ba5de0a09a27616496c3512db5af4ad7862 ]

The register address in the node name is shadowing vph_pwr@83, whereas
the ADC5_VCOIN register resolves to 0x85.  Fix this copy-paste
discrepancy.

Fixes: 4bf097540506 ("arm64: dts: qcom: pm660: Add VADC and temp alarm nodes")
Signed-off-by: Marijn Suijten <marijn.suijten@somainline.org>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@somainline.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220926190148.283805-3-marijn.suijten@somainline.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/qcom/pm660.dtsi

index e1622b1..02a69ac 100644 (file)
                                qcom,pre-scaling = <1 3>;
                        };
 
-                       vcoin: vcoin@83 {
+                       vcoin: vcoin@85 {
                                reg = <ADC5_VCOIN>;
                                qcom,decimation = <1024>;
                                qcom,pre-scaling = <1 3>;