diff options
| author | Heiko Stuebner <heiko@sntech.de> | 2025-10-22 03:41:59 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-10-22 17:00:29 +0300 |
| commit | 1b824134261d2db08fb6583ccbd05cb71861bd53 (patch) | |
| tree | 26bde41e0339c4ad4d0375a0a0a9069c7d841104 | |
| parent | f7e37affbc9085f2b77ccb6596521a44eabf7505 (diff) | |
| download | linux-1b824134261d2db08fb6583ccbd05cb71861bd53.tar.xz | |
spi: dt-bindings: spi-rockchip: Add RK3506 compatible
The SPI controller found in the RK3506 SoC is still compatible to the
original one introduced with the RK3066, so add the RK3506 compatible
to the list of its variants.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patch.msgid.link/20251022004200.204276-1-heiko@sntech.de
Signed-off-by: Mark Brown <broonie@kernel.org>
| -rw-r--r-- | Documentation/devicetree/bindings/spi/spi-rockchip.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml index 748faf7f7081..ce6762c92fda 100644 --- a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml +++ b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml @@ -34,6 +34,7 @@ properties: - rockchip,rk3328-spi - rockchip,rk3368-spi - rockchip,rk3399-spi + - rockchip,rk3506-spi - rockchip,rk3528-spi - rockchip,rk3562-spi - rockchip,rk3568-spi |
