Commit 69a59e9f authored by Dmitry Baryshkov's avatar Dmitry Baryshkov Committed by Bjorn Andersson

ARM: dts: qcom: pm8058: switch to interrupts-extended

Merge interrups and interrupt-parent properties into a single
interrupts-extended property.
Suggested-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarDmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20230928110309.1212221-28-dmitry.baryshkov@linaro.orgSigned-off-by: default avatarBjorn Andersson <andersson@kernel.org>
parent b721204a
...@@ -11,9 +11,8 @@ pm8058: pmic { ...@@ -11,9 +11,8 @@ pm8058: pmic {
pwrkey@1c { pwrkey@1c {
compatible = "qcom,pm8058-pwrkey"; compatible = "qcom,pm8058-pwrkey";
reg = <0x1c>; reg = <0x1c>;
interrupt-parent = <&pm8058>; interrupts-extended = <&pm8058 50 IRQ_TYPE_EDGE_RISING>,
interrupts = <50 IRQ_TYPE_EDGE_RISING>, <&pm8058 51 IRQ_TYPE_EDGE_RISING>;
<51 IRQ_TYPE_EDGE_RISING>;
debounce = <15625>; debounce = <15625>;
pull-up; pull-up;
}; };
...@@ -61,9 +60,8 @@ pm8058_led133: led@133 { ...@@ -61,9 +60,8 @@ pm8058_led133: led@133 {
pm8058_keypad: keypad@148 { pm8058_keypad: keypad@148 {
compatible = "qcom,pm8058-keypad"; compatible = "qcom,pm8058-keypad";
reg = <0x148>; reg = <0x148>;
interrupt-parent = <&pm8058>; interrupts-extended = <&pm8058 74 IRQ_TYPE_EDGE_RISING>,
interrupts = <74 IRQ_TYPE_EDGE_RISING>, <&pm8058 75 IRQ_TYPE_EDGE_RISING>;
<75 IRQ_TYPE_EDGE_RISING>;
debounce = <15>; debounce = <15>;
scan-delay = <32>; scan-delay = <32>;
row-hold = <91500>; row-hold = <91500>;
...@@ -136,8 +134,7 @@ ref_muxoff: adc-channel@f { ...@@ -136,8 +134,7 @@ ref_muxoff: adc-channel@f {
rtc@1e8 { rtc@1e8 {
compatible = "qcom,pm8058-rtc"; compatible = "qcom,pm8058-rtc";
reg = <0x1e8>; reg = <0x1e8>;
interrupt-parent = <&pm8058>; interrupts-extended = <&pm8058 39 IRQ_TYPE_EDGE_RISING>;
interrupts = <39 IRQ_TYPE_EDGE_RISING>;
allow-set-time; allow-set-time;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment