diff options
author | Johan Jonker <jbx6244@gmail.com> | 2020-03-05 17:36:09 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-12 18:59:35 +0300 |
commit | e5b250df78b6c56d4525fd76da18635f1d7312f8 (patch) | |
tree | fa107f3b5d2c44e73b5ab70ba42f156e02dcf040 | |
parent | e44296eaa3cb7ebec701a98911f3df5972264654 (diff) | |
download | linux-e5b250df78b6c56d4525fd76da18635f1d7312f8.tar.xz |
dt-bindings: i2c: i2c-rk3x: add description for rk3368
The description below is already in use for rk3368.dtsi,
but was somehow never added to a document, so add
"rockchip,rk3368-i2c", "rockchip,rk3288-i2c"
for i2c nodes on a rk3368 platform to i2c-rk3x.yaml.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml b/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml index 0bba39998bcd..67cdce8fbd7d 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml @@ -29,6 +29,7 @@ properties: - items: - enum: - rockchip,rk3036-i2c + - rockchip,rk3368-i2c - const: rockchip,rk3288-i2c - items: - enum: |