mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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
1 changed files with 3 additions and 5 deletions
|
@ -18,9 +18,8 @@
|
||||||
compatible = "qcom,pm8018-pwrkey",
|
compatible = "qcom,pm8018-pwrkey",
|
||||||
"qcom,pm8921-pwrkey";
|
"qcom,pm8921-pwrkey";
|
||||||
reg = <0x1c>;
|
reg = <0x1c>;
|
||||||
interrupt-parent = <&pm8018>;
|
interrupts-extended = <&pm8018 50 IRQ_TYPE_EDGE_RISING>,
|
||||||
interrupts = <50 IRQ_TYPE_EDGE_RISING>,
|
<&pm8018 51 IRQ_TYPE_EDGE_RISING>;
|
||||||
<51 IRQ_TYPE_EDGE_RISING>;
|
|
||||||
debounce = <15625>;
|
debounce = <15625>;
|
||||||
pull-up;
|
pull-up;
|
||||||
};
|
};
|
||||||
|
@ -38,8 +37,7 @@
|
||||||
rtc@11d {
|
rtc@11d {
|
||||||
compatible = "qcom,pm8018-rtc", "qcom,pm8921-rtc";
|
compatible = "qcom,pm8018-rtc", "qcom,pm8921-rtc";
|
||||||
reg = <0x11d>;
|
reg = <0x11d>;
|
||||||
interrupt-parent = <&pm8018>;
|
interrupts-extended = <&pm8018 39 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupts = <39 IRQ_TYPE_EDGE_RISING>;
|
|
||||||
allow-set-time;
|
allow-set-time;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue