Message ID | 405db21d-154e-fed0-7524-ace1cef0203c@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | ada378f374ad035b65c9bc68b153a11c83c21d54 |
Headers | show |
Series | Add more Rockchip rk3128 compatible strings | expand |
On Sat, 10 Sep 2022 00:02:30 +0200, Johan Jonker wrote: > Add rockchip,rk3128-i2c compatible string. > > Signed-off-by: Johan Jonker <jbx6244@gmail.com> > --- > Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring <robh@kernel.org>
On Sat, Sep 10, 2022 at 12:02:30AM +0200, Johan Jonker wrote: > Add rockchip,rk3128-i2c compatible string. > > Signed-off-by: Johan Jonker <jbx6244@gmail.com> Applied to for-next, thanks!
diff --git a/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml b/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml index ee9f8b91d..82b9d6682 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,rk3128-i2c - rockchip,rk3368-i2c - const: rockchip,rk3288-i2c - items:
Add rockchip,rk3128-i2c compatible string. Signed-off-by: Johan Jonker <jbx6244@gmail.com> --- Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml | 1 + 1 file changed, 1 insertion(+)