Skip to content

Commit

Permalink
arm64: dts: cm3s io: Modify the platform compatible field (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Feng Zhang <feng@radxa.com>
  • Loading branch information
vamrs-feng committed Jul 19, 2023
1 parent 879e139 commit 1eb1bc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3s-io.dts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

/ {
model = "Radxa CM3 SODIMM IO";
compatible = "radxa,radxa-cm3-sodimm-io", "rockchip,rk3566";
compatible = "radxa,cm3s-io", "radxa,cm3s", "rockchip,rk3566";

hdmi_sound: hdmi-sound {
compatible = "simple-audio-card";
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3s.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "rk3566.dtsi"

/ {
compatible = "radxa,rock-3-compute-module-sodimm", "rockchip,rk3566";
compatible = "radxa,cm3s", "rockchip,rk3566";

fiq_debugger: fiq-debugger {
compatible = "rockchip,fiq-debugger";
Expand Down

0 comments on commit 1eb1bc8

Please sign in to comment.