Message ID | 20230112105902.192852-1-jagan@amarulasolutions.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/3] dt-bindings: dt-bindings: arm: rockchip: Add Radxa Compute Module 3 | expand |
On 12/01/2023 11:59, Jagan Teki wrote: > Radxa Compute Module 3(CM3) is one of the modules from a series > System On Module based on the Radxa ROCK 3 series and is compatible > with Raspberry Pi CM4 in pinout and form factor. > > Specification: > - Rockchip RK3566 > - up to 8GB LPDDR4 > - up to 128GB high performance eMMC > - Optional wireless LAN, 2.4GHz and 5.0GHz IEEE 802.11b/g/n/ac wireless, > BT 5.0, BLE with onboard and external antenna. > - Gigabit Ethernet PHY > > Add dt-bindings for Radxa CM3. > Subject: drop second/last, redundant "dt-bindings" (duplicate). With above: Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Thu, 12 Jan 2023 16:29:00 +0530, Jagan Teki wrote: > Radxa Compute Module 3(CM3) is one of the modules from a series > System On Module based on the Radxa ROCK 3 series and is compatible > with Raspberry Pi CM4 in pinout and form factor. > > Specification: > - Rockchip RK3566 > - up to 8GB LPDDR4 > - up to 128GB high performance eMMC > - Optional wireless LAN, 2.4GHz and 5.0GHz IEEE 802.11b/g/n/ac wireless, > BT 5.0, BLE with onboard and external antenna. > - Gigabit Ethernet PHY > > [...] Applied, thanks! [1/3] dt-bindings: dt-bindings: arm: rockchip: Add Radxa Compute Module 3 commit: 8f590d9a049438f0fcab156690394be82060e800 [2/3] arm64: dts: rockchip: rk3566: Add Radxa Compute Module 3 commit: 206cf8403c9e9e46b74995b5bb98c6f4162d8a29 [3/3] arm64: dts: rockchip: rk3566: Add Radxa Compute Module 3 IO commit: 856d168ab16b99b2a4d75d8f8c66390aafef996b Best regards,
Am Sonntag, 15. Januar 2023, 15:46:49 CET schrieb Heiko Stuebner: > On Thu, 12 Jan 2023 16:29:00 +0530, Jagan Teki wrote: > > Radxa Compute Module 3(CM3) is one of the modules from a series > > System On Module based on the Radxa ROCK 3 series and is compatible > > with Raspberry Pi CM4 in pinout and form factor. > > > > Specification: > > - Rockchip RK3566 > > - up to 8GB LPDDR4 > > - up to 128GB high performance eMMC > > - Optional wireless LAN, 2.4GHz and 5.0GHz IEEE 802.11b/g/n/ac wireless, > > BT 5.0, BLE with onboard and external antenna. > > - Gigabit Ethernet PHY > > > > [...] > > Applied, thanks! > > [1/3] dt-bindings: dt-bindings: arm: rockchip: Add Radxa Compute Module 3 > commit: 8f590d9a049438f0fcab156690394be82060e800 for the record, I did drop the second dt-bindings from the subject as suggested by Krzysztof and the patch is named "dt-bindings: arm: rockchip: Add Radxa Compute Module 3" Heiko > [2/3] arm64: dts: rockchip: rk3566: Add Radxa Compute Module 3 > commit: 206cf8403c9e9e46b74995b5bb98c6f4162d8a29 > [3/3] arm64: dts: rockchip: rk3566: Add Radxa Compute Module 3 IO > commit: 856d168ab16b99b2a4d75d8f8c66390aafef996b > > Best regards, >
diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml index c2b59a03ed1d..f95d370b5b78 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -615,6 +615,13 @@ properties: - const: pine64,soquartz - const: rockchip,rk3566 + - description: Radxa Compute Module 3(CM3) + items: + - enum: + - radxa,radxa-cm3-io + - const: radxa,radxa-cm3 + - const: rockchip,rk3566 + - description: Radxa CM3 Industrial items: - enum:
Radxa Compute Module 3(CM3) is one of the modules from a series System On Module based on the Radxa ROCK 3 series and is compatible with Raspberry Pi CM4 in pinout and form factor. Specification: - Rockchip RK3566 - up to 8GB LPDDR4 - up to 128GB high performance eMMC - Optional wireless LAN, 2.4GHz and 5.0GHz IEEE 802.11b/g/n/ac wireless, BT 5.0, BLE with onboard and external antenna. - Gigabit Ethernet PHY Add dt-bindings for Radxa CM3. Signed-off-by: Jagan Teki <jagan@amarulasolutions.com> --- Documentation/devicetree/bindings/arm/rockchip.yaml | 7 +++++++ 1 file changed, 7 insertions(+)