diff options
author | Rob Herring <robh@kernel.org> | 2024-02-22 20:43:42 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2024-03-02 01:12:16 +0300 |
commit | c583953557888459cd6419cc1fd5dfcc8df5ddc3 (patch) | |
tree | 4e5d71a8d1889edfa46cd29ea64345d5a907a829 /Documentation/devicetree/bindings/i3c | |
parent | abc6b0269197e824deeff3fccb79d84a6a330a1f (diff) | |
download | linux-c583953557888459cd6419cc1fd5dfcc8df5ddc3.tar.xz |
dt-bindings: i2c: Remove obsolete i2c.txt
Everything in i2c.txt is covered by schemas/i2c/i2c-controller.yaml in
dtschema project, so remove i2c.txt and update links to it in the tree.
Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20240222174343.3482354-2-robh@kernel.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i3c')
-rw-r--r-- | Documentation/devicetree/bindings/i3c/i3c.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/i3c/i3c.yaml b/Documentation/devicetree/bindings/i3c/i3c.yaml index c816e295d565..87cadbcdc61c 100644 --- a/Documentation/devicetree/bindings/i3c/i3c.yaml +++ b/Documentation/devicetree/bindings/i3c/i3c.yaml @@ -71,7 +71,7 @@ patternProperties: description: | I2C child, should be named: <device-type>@<i2c-address> - All properties described in Documentation/devicetree/bindings/i2c/i2c.txt + All properties described in dtschema schemas/i2c/i2c-controller.yaml are valid here, except the reg property whose content is changed. properties: |