Skip to content

Commit a52da05

Browse files
rettichschnidifabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 793d8bb commit a52da05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/mimxrt685_evk/mimxrt685_evk_mimxrt685s_cm33.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ zephyr_udc0: &usbhs {
393393

394394
status = "okay";
395395

396-
audio_codec: wm8904@1a {
396+
audio_codec: wm8904@1a0000000000000000 {
397397
compatible = "wolfson,wm8904";
398398
reg = <0x1a 0 0>;
399399

0 commit comments

Comments
 (0)