diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2022-02-24 15:31:21 +0300 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-03-01 18:02:28 +0300 |
commit | 36c11fee4fb5e5b4bf320d65957bbc21da9cd6d3 (patch) | |
tree | e5c9fe98949cd3bdd4672967d0d190dbfe1fa978 /Documentation/devicetree/bindings/i2c | |
parent | a5ea32579f08b9f612e3091467d01b6503ba24dd (diff) | |
download | linux-36c11fee4fb5e5b4bf320d65957bbc21da9cd6d3.tar.xz |
dt-bindings: i2c: microchip,corei2c: Fix indentation of compatible items
make dt_binding_check:
Documentation/devicetree/bindings/i2c/microchip,corei2c.yaml:19:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
Fixes: f1bd6661946b20d1 ("dt-bindings: i2c: add bindings for microchip mpfs i2c")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/microchip,corei2c.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/i2c/microchip,corei2c.yaml b/Documentation/devicetree/bindings/i2c/microchip,corei2c.yaml index c8e605fbb8a6..7bad4b946a34 100644 --- a/Documentation/devicetree/bindings/i2c/microchip,corei2c.yaml +++ b/Documentation/devicetree/bindings/i2c/microchip,corei2c.yaml @@ -16,8 +16,8 @@ properties: compatible: oneOf: - items: - - const: microchip,mpfs-i2c # Microchip PolarFire SoC compatible SoCs - - const: microchip,corei2c-rtl-v7 # Microchip Fabric based i2c IP core + - const: microchip,mpfs-i2c # Microchip PolarFire SoC compatible SoCs + - const: microchip,corei2c-rtl-v7 # Microchip Fabric based i2c IP core - const: microchip,corei2c-rtl-v7 # Microchip Fabric based i2c IP core reg: |