diff options
author | Rob Herring <robh@kernel.org> | 2022-01-19 04:52:34 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-02-04 18:43:42 +0300 |
commit | 58bcfe0a082d5b3bf53135c7ee812beb9404803e (patch) | |
tree | b3beaa5bea8ba7a0c782dd7326db7df56fe926c3 /Documentation/devicetree/bindings/i2c/i2c-mpc.yaml | |
parent | 39bd2b6a3783b8990d97494ec4c8698ba5bb6740 (diff) | |
download | linux-58bcfe0a082d5b3bf53135c7ee812beb9404803e.tar.xz |
dt-bindings: i2c: mpc: Make each example a separate entry
Each independent example should be a separate entry. This allows for
'interrupts' to have different cell sizes.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220119015234.2436754-1-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/i2c-mpc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-mpc.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mpc.yaml b/Documentation/devicetree/bindings/i2c/i2c-mpc.yaml index 98c6fcf7bf26..018e1b944424 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mpc.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-mpc.yaml @@ -73,6 +73,7 @@ examples: clock-frequency = <100000>; }; + - | /* MPC5200B based board */ i2c@3d00 { #address-cells = <1>; @@ -84,6 +85,7 @@ examples: fsl,preserve-clocking; }; + - | /* MPC8544 base board */ i2c@3100 { #address-cells = <1>; |