diff options
author | Bjorn Andersson <[email protected]> | 2022-05-04 19:27:05 -0700 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2022-07-06 15:23:07 -0500 |
commit | f041bb3cd77fb68b59cbec8031bfe65eeff15823 (patch) | |
tree | 40ad5256e25e4753a2bfb787504c4d1d74e79fb2 | |
parent | f23f1fa880bfbf47404aef9aaaff1dc7804d4df7 (diff) |
arm64: dts: qcom: pmi8994: Define MPP block
The pmi8994 has 4 multi-purpose-pins, add these to the definition.
Signed-off-by: Bjorn Andersson <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Reviewed-by: Dylan Van Assche <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-rw-r--r-- | arch/arm64/boot/dts/qcom/pmi8994.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/pmi8994.dtsi b/arch/arm64/boot/dts/qcom/pmi8994.dtsi index cf6cc632e31c..84c44912ec93 100644 --- a/arch/arm64/boot/dts/qcom/pmi8994.dtsi +++ b/arch/arm64/boot/dts/qcom/pmi8994.dtsi @@ -19,6 +19,16 @@ interrupt-controller; #interrupt-cells = <2>; }; + + pmi8994_mpps: mpps@a000 { + compatible = "qcom,pmi8994-mpp"; + reg = <0xa000>; + gpio-controller; + gpio-ranges = <&pmi8994_mpps 0 0 4>; + #gpio-cells = <2>; + interrupt-controller; + #interrupt-cells = <2>; + }; }; pmic@3 { |