Skip to content

Commit b18794e

Browse files
robherringwsakernel
authored andcommitted
dt-bindings: i2c: aspeed: Drop stray '#interrupt-cells'
'#interrupt-cells' is not documented which causes a warning when 'unevaluatedProperties' is implemented. Unless the I2C controller is also an interrupt controller, '#interrupt-cells' is not valid. This doesn't appear to be the case from the driver, so just remove it from the example. Signed-off-by: Rob Herring <[email protected]> Reviewed-by: Thierry Reding <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent 44df8a7 commit b18794e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Documentation/devicetree/bindings/i2c/aspeed,i2c.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ examples:
6363
i2c0: i2c-bus@40 {
6464
#address-cells = <1>;
6565
#size-cells = <0>;
66-
#interrupt-cells = <1>;
6766
compatible = "aspeed,ast2500-i2c-bus";
6867
reg = <0x40 0x40>;
6968
clocks = <&syscon ASPEED_CLK_APB>;

0 commit comments

Comments
 (0)