duos: remove dac mute pin

Because it will occupy the DuoS's USB control pin

Signed-off-by: carbon <carbon@milkv.io>
This commit is contained in:
carbon
2024-06-20 19:45:38 +08:00
parent 586272d0e3
commit 0bd228f966
2 changed files with 9 additions and 0 deletions

View File

@ -12,3 +12,7 @@
};
};
&dac {
/delete-property/ mute-gpio-l;
/delete-property/ mute-gpio-r;
};

View File

@ -8,3 +8,8 @@
model = "Milk-V DuoS";
};
&dac {
/delete-property/ mute-gpio-l;
/delete-property/ mute-gpio-r;
};