Skip to content

Commit

Permalink
fix: modify compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Aug 28, 2024
1 parent 4c33c45 commit da04b67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
/ {
metadata {
title = "Enable I2S2 2-channel dummy sound card";
compatible = "rockchip,rk3588";
compatible = "radxa,rock-5b", "radxa,rock-5b-plus";
category = "misc";
description = "Enable I2S2 2-channel dummy sound card.
This overlay is only for demonstration purpose.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/ {
metadata {
title ="Enable HiFiBerry DAC+ Light";
compatible = "radxa,rock-5b", "rockchip,rk3588";
compatible = "radxa,rock-5b", "radxa,rock-5b-plus";
category = "audio";
description = "Enable HiFiBerry DAC+ Light.";
exclusive = "GPIO3_B5", "GPIO3_B6", "GPIO3_B2", "GPIO3_B3", "i2s2_2ch";
Expand Down

0 comments on commit da04b67

Please sign in to comment.