boards: nxp: mimxrt685_evk: Fix unit and first address mismatch
This fixes the following warning: > unit address and first address in 'reg' (0x1a0000000000000000) don't > match for /soc/peripheral@50000000/i3c@36000/wm8904@1a Signed-off-by: Reto Schneider <reto.schneider@husqvarnagroup.com>
This commit is contained in:
parent
793d8bb3d2
commit
a52da052e8
|
@ -393,7 +393,7 @@ zephyr_udc0: &usbhs {
|
|||
|
||||
status = "okay";
|
||||
|
||||
audio_codec: wm8904@1a {
|
||||
audio_codec: wm8904@1a0000000000000000 {
|
||||
compatible = "wolfson,wm8904";
|
||||
reg = <0x1a 0 0>;
|
||||
|
||||
|
|
Loading…
Reference in New Issue