Skip to content

Commit 7b8beea

Browse files
rettichschnidifabiobaltieri
authored andcommitted
boards: nxp: mimxrt595_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 a52da05 commit 7b8beea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_cm33.dts

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

467467
status = "okay";
468468

469-
audio_codec: wm8904@1a {
469+
audio_codec: wm8904@1a0000000000000000 {
470470
compatible = "wolfson,wm8904";
471471
reg = <0x1a 0 0>;
472472
clock-source = "MCLK";

0 commit comments

Comments
 (0)