mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 18:37:58 -04:00
ARM: dts: qcom: mdm9615: move PMIC interrupts to the board files
The interrupt of SSBI PMICs is routed to the SoCs GPIO. As such, it is not a property of the SoC, it is a property of the particular board (even if it is standard and unified between all devices). Move these interrupt specifications to the board files. Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Link: https://lore.kernel.org/r/20230928110309.1212221-14-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
committed by
Bjorn Andersson
parent
7b22923c3f
commit
7661e1e7f6
@@ -76,6 +76,10 @@ reset-out-pins {
|
||||
};
|
||||
};
|
||||
|
||||
&pm8018 {
|
||||
interrupts-extended = <&intc GIC_PPI 226 IRQ_TYPE_LEVEL_HIGH>;
|
||||
};
|
||||
|
||||
&pm8018_gpio {
|
||||
usb_vbus_5v_pins: usb-vbus-5v-state {
|
||||
pins = "gpio4";
|
||||
|
||||
@@ -263,7 +263,6 @@ qcom,ssbi@500000 {
|
||||
|
||||
pm8018: pmic {
|
||||
compatible = "qcom,pm8018", "qcom,pm8921";
|
||||
interrupts = <GIC_PPI 226 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#interrupt-cells = <2>;
|
||||
interrupt-controller;
|
||||
#address-cells = <1>;
|
||||
|
||||
Reference in New Issue
Block a user