ARM: dts: qcom-pm8841: add gpio-ranges to mpps nodes
Add gpio-ranges property to mpps device tree nodes, adding the mapping between pinctrl and GPIO pins. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211008012524.481877-6-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
cd1049b631
commit
6a91e584a3
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
reg = <0xa000>;
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
gpio-ranges = <&pm8841_mpps 0 0 4>;
|
||||
interrupts = <4 0xa0 0 IRQ_TYPE_NONE>,
|
||||
<4 0xa1 0 IRQ_TYPE_NONE>,
|
||||
<4 0xa2 0 IRQ_TYPE_NONE>,
|
||||
|
|
Loading…
Add table
Reference in a new issue