diff options
author | Johan Jonker <[email protected]> | 2022-09-10 00:02:07 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-09-10 16:43:40 +0100 |
commit | b04c2a19d66323624ca2fffa3a6703d7cec33a60 (patch) | |
tree | bc4eee529803962651f819fceeffaf63d91dc987 | |
parent | 824723ccf53fc53ecf896753c562b00a5d6307eb (diff) |
rockchip: add rockchip,rk3128-spi
Add rockchip,rk3128-spi compatible string.
Signed-off-by: Johan Jonker <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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 21f2de785102..52768894bea9 100644 --- a/Documentation/devicetree/bindings/spi/spi-rockchip.yaml +++ b/Documentation/devicetree/bindings/spi/spi-rockchip.yaml @@ -27,6 +27,7 @@ properties: - items: - enum: - rockchip,px30-spi + - rockchip,rk3128-spi - rockchip,rk3188-spi - rockchip,rk3288-spi - rockchip,rk3308-spi |