diff options
author | Johan Jonker <jbx6244@gmail.com> | 2020-03-05 17:36:11 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2020-03-12 18:59:41 +0300 |
commit | a0f17945355a33c7ef47da105c9e11a667e01c4f (patch) | |
tree | 2cc40f79087877bfceef30bfcd00396c4c175c79 /Documentation/devicetree/bindings/i2c | |
parent | 9354371ded2445f674625397b5aaf9ceb881b110 (diff) | |
download | linux-a0f17945355a33c7ef47da105c9e11a667e01c4f.tar.xz |
dt-bindings: i2c: i2c-rk3x: add description for px30
The description below is already in use for px30.dtsi,
but was somehow never added to a document, so add
"rockchip,px30-i2c", "rockchip,rk3399-i2c"
for i2c nodes on a px30 platform to i2c-rk3x.yaml.
Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-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 edee8f699c2e..61eac76c84c4 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,px30-i2c - rockchip,rk3308-i2c - rockchip,rk3328-i2c - const: rockchip,rk3399-i2c |