Skip to content

Commit

Permalink
arm64: dts: qcom: ipq6018: Fix gpio-ranges property
Browse files Browse the repository at this point in the history
There must be three parameters in gpio-ranges property. Fixes this not
very helpful error message:

  OF: /soc/pinctrl@1000000: (null) = 3 found 3

Fixes: 1e82778 ("arm64: dts: Add ipq6018 SoC and CP01 board support")
Cc: Sricharan R <[email protected]>
Signed-off-by: Baruch Siach <[email protected]>
Tested-by: Bryan O'Donoghue <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/8a744cfd96aff5754bfdcf7298d208ddca5b319a.1638862030.git.baruch@tkos.co.il
  • Loading branch information
baruchsiach authored and andersson committed Dec 15, 2021
1 parent c8b9d64 commit 72cb4c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/ipq6018.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
gpio-controller;
#gpio-cells = <2>;
gpio-ranges = <&tlmm 0 80>;
gpio-ranges = <&tlmm 0 0 80>;
interrupt-controller;
#interrupt-cells = <2>;

Expand Down

0 comments on commit 72cb4c4

Please sign in to comment.