Skip to content

Commit

Permalink
fix: rename and more detailed I2S information
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeChenL committed Aug 28, 2024
1 parent da04b67 commit 8c78216
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
/plugin/;
/ {
metadata {
title ="Enable HiFiBerry DAC+ Light";
title = "Enable HiFiBerry DAC+ Light on I2S2-M1";
compatible = "radxa,rock-5b", "radxa,rock-5b-plus";
category = "audio";
description = "Enable HiFiBerry DAC+ Light.";
description = "Enable HiFiBerry DAC+ Light on I2S2-M1.";
exclusive = "GPIO3_B5", "GPIO3_B6", "GPIO3_B2", "GPIO3_B3", "i2s2_2ch";
};
};
Expand Down
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/rockchip/overlays/rk3588-i2s2-2ch-m1.dts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

/ {
metadata {
title = "Enable I2S2 2-channel dummy sound card";
title = "Enable I2S2-M1 2-channel dummy sound card";
compatible = "radxa,rock-5b", "radxa,rock-5b-plus";
category = "misc";
description = "Enable I2S2 2-channel dummy sound card.
description = "Enable I2S2-M1 2-channel dummy sound card.
This overlay is only for demonstration purpose.
It does not support any specific hardware device.";
exclusive = "GPIO3_B5", "GPIO3_B6", "GPIO3_B2", "GPIO3_B3", "i2s2_2ch";
Expand Down

0 comments on commit 8c78216

Please sign in to comment.