ARM: dts: qcom: pm8018: switch to interrupts-extended
Merge interrups and interrupt-parent properties into a single interrupts-extended property. Suggested-by: Konrad Dybcio <konrad.dybcio@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230928110309.1212221-27-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
bd05d27e07
commit
b721204a85
@ -18,9 +18,8 @@
|
||||
compatible = "qcom,pm8018-pwrkey",
|
||||
"qcom,pm8921-pwrkey";
|
||||
reg = <0x1c>;
|
||||
interrupt-parent = <&pm8018>;
|
||||
interrupts = <50 IRQ_TYPE_EDGE_RISING>,
|
||||
<51 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupts-extended = <&pm8018 50 IRQ_TYPE_EDGE_RISING>,
|
||||
<&pm8018 51 IRQ_TYPE_EDGE_RISING>;
|
||||
debounce = <15625>;
|
||||
pull-up;
|
||||
};
|
||||
@ -38,8 +37,7 @@
|
||||
rtc@11d {
|
||||
compatible = "qcom,pm8018-rtc", "qcom,pm8921-rtc";
|
||||
reg = <0x11d>;
|
||||
interrupt-parent = <&pm8018>;
|
||||
interrupts = <39 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupts-extended = <&pm8018 39 IRQ_TYPE_EDGE_RISING>;
|
||||
allow-set-time;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user