Skip to content

Commit 487ceef

Browse files
committed
dt-bindings: pinctrl: qcom,ipq6018: Fix example 'gpio-ranges' size
'gpio-ranges' entries have a fixed size of 1 phandle plus arg 3 cells. The qcom,ipq6018-pinctrl example is a cell short: Documentation/devicetree/bindings/pinctrl/qcom,ipq6018-pinctrl.example.dtb: pinctrl@1000000: gpio-ranges:0: [1, 0, 80] is too short From schema: /usr/local/lib/python3.10/dist-packages/dtschema/schemas/gpio/gpio.yaml Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent dcc2ed3 commit 487ceef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/devicetree/bindings/pinctrl/qcom,ipq6018-pinctrl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ examples:
144144
#interrupt-cells = <2>;
145145
gpio-controller;
146146
#gpio-cells = <2>;
147-
gpio-ranges = <&tlmm 0 80>;
147+
gpio-ranges = <&tlmm 0 0 80>;
148148
149149
serial3-pinmux {
150150
pins = "gpio44", "gpio45";

0 commit comments

Comments
 (0)