Commit 3a409859 authored by Andrew Jeffery's avatar Andrew Jeffery Committed by Bartosz Golaszewski

dt-bindings: gpio: aspeed,sgpio: Specify #interrupt-cells

Squash warnings such as:

    arch/arm/boot/dts/aspeed/aspeed-ast2500-evb.dtb: sgpio@1e780200: '#interrupt-cells' does not match any of the regexes: 'pinctrl-[0-9]+'

Also, mark #interrupt-cells as required. The kernel devicetrees already
specified it where compatible nodes were defined, and u-boot pulls in
the kernel devicetrees, so this should have minimal practical impact.
Signed-off-by: default avatarAndrew Jeffery <andrew@codeconstruct.com.au>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240530-dt-warnings-gpio-sgpio-interrupt-cells-v2-2-912cd16e641f@codeconstruct.com.auSigned-off-by: default avatarBartosz Golaszewski <bartosz.golaszewski@linaro.org>
parent a31517b1
......@@ -46,6 +46,9 @@ properties:
interrupt-controller: true
'#interrupt-cells':
const: 2
clocks:
maxItems: 1
......@@ -60,6 +63,7 @@ required:
- '#gpio-cells'
- interrupts
- interrupt-controller
- '#interrupt-cells'
- ngpios
- clocks
- bus-frequency
......@@ -77,6 +81,7 @@ examples:
reg = <0x1e780200 0x0100>;
clocks = <&syscon ASPEED_CLK_APB>;
interrupt-controller;
#interrupt-cells = <2>;
ngpios = <80>;
bus-frequency = <12000000>;
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment