diff options
author | Johan Jonker | 2020-03-05 15:36:08 +0100 |
---|---|---|
committer | Rob Herring | 2020-03-12 10:59:31 -0500 |
commit | e44296eaa3cb7ebec701a98911f3df5972264654 (patch) | |
tree | 371dfe6698b4ae79a90a3daa16cd1a77dd14c406 | |
parent | 87ff65b598fd73022d26f4fc7519e86388dcd355 (diff) |
dt-bindings: i2c: i2c-rk3x: add description for rk3036
The description below is already in use for rk3036.dtsi,
but was somehow never added to a document, so add
"rockchip,rk3036-i2c", "rockchip,rk3288-i2c"
for i2c nodes on a rk3036 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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml b/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml index 962aefb7d052..0bba39998bcd 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml @@ -28,6 +28,10 @@ properties: - const: rockchip,rk3399-i2c - items: - enum: + - rockchip,rk3036-i2c + - const: rockchip,rk3288-i2c + - items: + - enum: - rockchip,rk3328-i2c - const: rockchip,rk3399-i2c |