Commit 8f198288 authored by Jagan Teki's avatar Jagan Teki Committed by Heiko Stuebner
Browse files

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: 24a28d3e ("dt-bindings: arm: rockchip: Add Radxa Compute Module 3")
Fixes: 7469ab52 ("arm64: dts: rockchip: Add rk3566 based Radxa Compute Module 3")
Fixes: 096ebfb7 ("arm64: dts: rockchip: Add Radxa Compute Module 3 IO board")
Suggested-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarJagan Teki <jagan@amarulasolutions.com>
Acked-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230123071654.73139-1-jagan@amarulasolutions.com


Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent af5a803b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
#include <dt-bindings/leds/common.h>

/ {
	compatible = "radxa,radxa-cm3", "rockchip,rk3566";
	compatible = "radxa,cm3", "rockchip,rk3566";

	aliases {
		mmc0 = &sdhci;