Skip to content

Commit

Permalink
boards: nxp: mimxrt595_evk: Fix unit and first address mismatch
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rettichschnidi authored and fabiobaltieri committed Sep 18, 2024
1 parent a52da05 commit 7b8beea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/nxp/mimxrt595_evk/mimxrt595_evk_mimxrt595s_cm33.dts
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ zephyr_udc0: &usbhs {

status = "okay";

audio_codec: wm8904@1a {
audio_codec: wm8904@1a0000000000000000 {
compatible = "wolfson,wm8904";
reg = <0x1a 0 0>;
clock-source = "MCLK";
Expand Down

0 comments on commit 7b8beea

Please sign in to comment.