diff options
author | Rob Herring <robh@kernel.org> | 2021-05-26 21:48:37 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2021-06-02 02:20:06 +0300 |
commit | a404a6367b0e74dee3125fa05811274565a34343 (patch) | |
tree | a66a782d1431450ca1fcaa739a4d6f29387faec4 /Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.txt | |
parent | 9b358af7c8186678677102e8c6cc472e7c00c0c0 (diff) | |
download | linux-a404a6367b0e74dee3125fa05811274565a34343.tar.xz |
dt-bindings: i2c: Convert i2c-mux bindings to DT schema
As some of the example I2C devices don't have schemas yet, change them to
ones that do.
Cc: Peter Rosin <peda@axentia.se>
Acked-by: Wolfram Sang <wsa@kernel.org>
Acked-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210526184839.2937899-5-robh@kernel.org
Diffstat (limited to 'Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.txt')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.txt b/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.txt index 33119a98e144..997a287ed3f6 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.txt +++ b/Documentation/devicetree/bindings/i2c/i2c-mux-pinctrl.txt @@ -28,9 +28,9 @@ Also required are: * Standard pinctrl properties that specify the pin mux state for each child bus. See ../pinctrl/pinctrl-bindings.txt. -* Standard I2C mux properties. See i2c-mux.txt in this directory. +* Standard I2C mux properties. See i2c-mux.yaml in this directory. -* I2C child bus nodes. See i2c-mux.txt in this directory. +* I2C child bus nodes. See i2c-mux.yaml in this directory. For each named state defined in the pinctrl-names property, an I2C child bus will be created. I2C child bus numbers are assigned based on the index into |