mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-01-05 22:36:23 -05:00
ARM: dts: qcom: pm8941: fix iadc node
The spmi-pmic bindings require the iadc node to be named just 'adc'. Reviewed-by: Konrad Dybcio <konrad.dybcio@somainline.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221031182456.952648-2-luca@z3ntu.xyz
This commit is contained in:
committed by
Bjorn Andersson
parent
c5ef315a38
commit
f659cd2770
@@ -131,7 +131,7 @@ adc-chan@30 {
|
||||
};
|
||||
};
|
||||
|
||||
pm8941_iadc: iadc@3600 {
|
||||
pm8941_iadc: adc@3600 {
|
||||
compatible = "qcom,pm8941-iadc", "qcom,spmi-iadc";
|
||||
reg = <0x3600>;
|
||||
interrupts = <0x0 0x36 0x0 IRQ_TYPE_EDGE_RISING>;
|
||||
|
||||
Reference in New Issue
Block a user