diff options
author | Johan Jonker | 2020-03-05 15:36:10 +0100 |
---|---|---|
committer | Rob Herring | 2020-03-12 10:59:38 -0500 |
commit | 9354371ded2445f674625397b5aaf9ceb881b110 (patch) | |
tree | 4238a3997ce2934968b6b0a74c3b47570c9fdcf4 | |
parent | e5b250df78b6c56d4525fd76da18635f1d7312f8 (diff) |
dt-bindings: i2c: i2c-rk3x: add description for rk3308
The description below is already in use for rk3308.dtsi,
but was somehow never added to a document, so add
"rockchip,rk3308-i2c", "rockchip,rk3399-i2c"
for i2c nodes on a rk3308 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 67cdce8fbd7d..edee8f699c2e 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml @@ -33,6 +33,7 @@ properties: - const: rockchip,rk3288-i2c - items: - enum: + - rockchip,rk3308-i2c - rockchip,rk3328-i2c - const: rockchip,rk3399-i2c |