Commit b18794eb authored by Rob Herring's avatar Rob Herring Committed by Wolfram Sang
Browse files

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: default avatarRob Herring <robh@kernel.org>
Reviewed-by: default avatarThierry Reding <treding@nvidia.com>
Signed-off-by: default avatarWolfram Sang <wsa@kernel.org>
parent 44df8a79
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -63,7 +63,6 @@ examples:
    i2c0: i2c-bus@40 {
      #address-cells = <1>;
      #size-cells = <0>;
      #interrupt-cells = <1>;
      compatible = "aspeed,ast2500-i2c-bus";
      reg = <0x40 0x40>;
      clocks = <&syscon ASPEED_CLK_APB>;