diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2022-08-30 14:44:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-08-30 20:04:14 +0200 |
commit | fb43eb0a930ca9474484b1ff04c3fd532efdc8e3 (patch) | |
tree | 31c68eeea4fef4b38ceaf163ff70ee14a9176829 /Documentation | |
parent | spi: amd: Fix speed selection (diff) | |
download | linux-fb43eb0a930ca9474484b1ff04c3fd532efdc8e3.tar.xz linux-fb43eb0a930ca9474484b1ff04c3fd532efdc8e3.zip |
spi: spi-rockchip: Add rk3588-spi compatible
This adds a compatible string for the SPI controller found in
the RK3588 and RK3588s SoCs.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Link: https://lore.kernel.org/r/20220830124452.33561-1-sebastian.reichel@collabora.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')
-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 52a78a2e362e..21f2de785102 100644 --- a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml +++ b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml @@ -34,6 +34,7 @@ properties: - rockchip,rk3368-spi - rockchip,rk3399-spi - rockchip,rk3568-spi + - rockchip,rk3588-spi - rockchip,rv1126-spi - const: rockchip,rk3066-spi |