Message ID | 20241021090548.1052-1-naoki@radxa.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [v2,RESEND,1/3] dt-bindings: arm: rockchip: add Radxa ROCK 5C | expand |
On Mon, Oct 21, 2024 at 09:05:46AM +0000, FUKAUMI Naoki wrote: > Add devicetree binding for the Radxa ROCK 5C. > > Radxa ROCK 5C is a 8K computer for everything[1] using the Rockchip > RK3588S2 chip. > > [1] https://radxa.com/products/rock5/5c > > Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> Acked-by: Conor Dooley <conor.dooley@microchip.com>
On Mon, 21 Oct 2024 09:05:46 +0000, FUKAUMI Naoki wrote: > Add devicetree binding for the Radxa ROCK 5C. > > Radxa ROCK 5C is a 8K computer for everything[1] using the Rockchip > RK3588S2 chip. > > [1] https://radxa.com/products/rock5/5c > > [...] Applied, thanks! [1/3] dt-bindings: arm: rockchip: add Radxa ROCK 5C commit: 3920c37ea8ddc43e8f54083ed227f123acfa6ed2 [2/3] arm64: dts: rockchip: add Radxa ROCK 5C commit: 0173113ea6d7646fa0d7fd4d09b272d38a9ab9af [3/3] arm64: dts: rockchip: Enable HDMI0 on rock-5c --> I've folded this patch into patch2, as the hdmi controller on rk3588 was added earlier. Best regards,
Hi, Thanks! On 11/11/24 05:13, Heiko Stuebner wrote: > On Mon, 21 Oct 2024 09:05:46 +0000, FUKAUMI Naoki wrote: >> Add devicetree binding for the Radxa ROCK 5C. >> >> Radxa ROCK 5C is a 8K computer for everything[1] using the Rockchip >> RK3588S2 chip. >> >> [1] https://radxa.com/products/rock5/5c >> >> [...] > > Applied, thanks! > > [1/3] dt-bindings: arm: rockchip: add Radxa ROCK 5C > commit: 3920c37ea8ddc43e8f54083ed227f123acfa6ed2 > [2/3] arm64: dts: rockchip: add Radxa ROCK 5C > commit: 0173113ea6d7646fa0d7fd4d09b272d38a9ab9af I forgot to add cd-gpios in sdmmc ;) I'll make fix patch soon. Best regards, -- FUKAUMI Naoki Radxa Computer (Shenzhen) Co., Ltd. > [3/3] arm64: dts: rockchip: Enable HDMI0 on rock-5c > --> I've folded this patch into patch2, as the hdmi > controller on rk3588 was added earlier. > > Best regards,
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index 70bd2e4d1195..01d03f2157e1 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -890,6 +890,11 @@ properties: - const: radxa,rock-5b - const: rockchip,rk3588 + - description: Radxa ROCK 5C + items: + - const: radxa,rock-5c + - const: rockchip,rk3588s + - description: Radxa ROCK S0 items: - const: radxa,rock-s0
Add devicetree binding for the Radxa ROCK 5C. Radxa ROCK 5C is a 8K computer for everything[1] using the Rockchip RK3588S2 chip. [1] https://radxa.com/products/rock5/5c Signed-off-by: FUKAUMI Naoki <naoki@radxa.com> --- Changes in v2: - none --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+)