Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: pinctrl: pinctrl-microchip-sgpio: Fix example

The blamed commit adds support for irq, but the reqisters for irq are
outside of the memory size. They are at address 0x108. Therefore update
the memory size to cover all the registers used by the device.

Fixes: 01a9350bdd49fb ("dt-bindings: pinctrl: pinctrl-microchip-sgpio: Add irq support")
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Link: https://lore.kernel.org/r/20220204153535.465827-2-horatiu.vultur@microchip.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Horatiu Vultur and committed by
Linus Walleij
a6ff90f3 923fe8ab

+1 -1
+1 -1
Documentation/devicetree/bindings/pinctrl/microchip,sparx5-sgpio.yaml
··· 145 145 clocks = <&sys_clk>; 146 146 pinctrl-0 = <&sgpio2_pins>; 147 147 pinctrl-names = "default"; 148 - reg = <0x1101059c 0x100>; 148 + reg = <0x1101059c 0x118>; 149 149 microchip,sgpio-port-ranges = <0 0>, <16 18>, <28 31>; 150 150 bus-frequency = <25000000>; 151 151 sgpio_in2: gpio@0 {