diff options
author | 2024-04-28 20:36:17 +0800 | |
---|---|---|
committer | 2024-05-03 13:32:41 +0200 | |
commit | c0c153e341d2a82241bf0a0b78117ceeb29be3eb (patch) | |
tree | d172c6cfa14d967e9458f2830512d60cccd82429 | |
parent | arm64: dts: rockchip: add dual-role usb3 hosts to rk3588 Tiger-Haikou (diff) | |
download | wireguard-linux-c0c153e341d2a82241bf0a0b78117ceeb29be3eb.tar.xz wireguard-linux-c0c153e341d2a82241bf0a0b78117ceeb29be3eb.zip |
dt-bindings: arm: rockchip: add Radxa ROCK 3C
The Radxa ROCK 3C is a similar board to the
Radxa ROCK 3A with the Rockchip RK3566 SoC.
Add devicetree binding documentation for it.
Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Acked-by: Krzysztof Kozlowski <krzk@kernel.org>
Link: https://lore.kernel.org/r/20240428123618.72170-2-amadeus@jmu.edu.cn
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
-rw-r--r-- | Documentation/devicetree/bindings/arm/rockchip.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 1bbbaf81134b..e04c213a0dee 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -799,6 +799,11 @@ properties: - const: radxa,rock3a - const: rockchip,rk3568 + - description: Radxa ROCK 3C + items: + - const: radxa,rock-3c + - const: rockchip,rk3566 + - description: Radxa ROCK 5A items: - const: radxa,rock-5a |