arm64: dts: rockchip: Fix compatible for Radxa CM3

The compatible string "radxa,radxa-cm3" referring the product name
as "Radxa Radxa CM3" but the actual product name is "Radxa CM3".

Fix the compatible strings.

Fixes: 24a28d3eb0 ("dt-bindings: arm: rockchip: Add Radxa Compute Module 3")
Fixes: 7469ab529b ("arm64: dts: rockchip: Add rk3566 based Radxa Compute Module 3")
Fixes: 096ebfb74b ("arm64: dts: rockchip: Add Radxa Compute Module 3 IO board")
Suggested-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Jagan Teki <jagan@amarulasolutions.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230123071654.73139-1-jagan@amarulasolutions.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Jagan Teki 2023-01-23 12:46:50 +05:30 committed by Heiko Stuebner
parent af5a803bf2
commit 8f19828844
3 changed files with 4 additions and 4 deletions

View File

@ -612,8 +612,8 @@ properties:
- description: Radxa Compute Module 3(CM3)
items:
- enum:
- radxa,radxa-cm3-io
- const: radxa,radxa-cm3
- radxa,cm3-io
- const: radxa,cm3
- const: rockchip,rk3566
- description: Radxa CM3 Industrial

View File

@ -11,7 +11,7 @@
/ {
model = "Radxa Compute Module 3(CM3) IO Board";
compatible = "radxa,radxa-cm3-io", "radxa,radxa-cm3", "rockchip,rk3566";
compatible = "radxa,cm3-io", "radxa,cm3", "rockchip,rk3566";
aliases {
mmc1 = &sdmmc0;

View File

@ -8,7 +8,7 @@
#include <dt-bindings/leds/common.h>
/ {
compatible = "radxa,radxa-cm3", "rockchip,rk3566";
compatible = "radxa,cm3", "rockchip,rk3566";
aliases {
mmc0 = &sdhci;