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:
Reto Schneider 2024-09-13 01:04:18 +02:00 committed by Fabio Baltieri
parent 793d8bb3d2
commit a52da052e8
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ zephyr_udc0: &usbhs {
status = "okay";
audio_codec: wm8904@1a {
audio_codec: wm8904@1a0000000000000000 {
compatible = "wolfson,wm8904";
reg = <0x1a 0 0>;