diff options
author | Kever Yang <kever.yang@rock-chips.com> | 2025-02-27 14:19:02 +0300 |
---|---|---|
committer | Andi Shyti <andi.shyti@kernel.org> | 2025-03-18 23:53:54 +0300 |
commit | ff885b6fd5dc1f90a5ee8d23b114a6c777437d56 (patch) | |
tree | be361dce6b1bbcc45c543c1e8de9d5d494cb2e5a | |
parent | 9e2fd53073cb52f57d40713dbecd649dee4f3c0a (diff) | |
download | linux-ff885b6fd5dc1f90a5ee8d23b114a6c777437d56.tar.xz |
dt-bindings: i2c: i2c-rk3x: Add rk3562 support
rk3562 i2c compatible to the existing rk3399 binding.
Signed-off-by: Kever Yang <kever.yang@rock-chips.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20250227111913.2344207-5-kever.yang@rock-chips.com
-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 a9dae5b52f28..8101afa6f146 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-rk3x.yaml @@ -37,6 +37,7 @@ properties: - rockchip,px30-i2c - rockchip,rk3308-i2c - rockchip,rk3328-i2c + - rockchip,rk3562-i2c - rockchip,rk3568-i2c - rockchip,rk3576-i2c - rockchip,rk3588-i2c |