Skip to content

Commit 655d5fd

Browse files
Silicon-Signalsdkalowsk
authored andcommitted
tests: drivers: build_all: audio: Add MAX98091 to tests
Add the MAX98091 codec to the I2C overlays for testing. Signed-off-by: Silicon Signals <siliconsignalsforgit@gmail.com>
1 parent ba36bf6 commit 655d5fd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tests/drivers/build_all/audio/i2c_devices.overlay

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@
4242
status = "okay";
4343
reg = <0x2>;
4444
};
45+
46+
test_i2c_max98091: max98091@3 {
47+
compatible = "maxim,max98091";
48+
status = "okay";
49+
reg = <0x3>;
50+
mclk-frequency = <13000000>;
51+
};
4552
};
4653
};
4754
};

0 commit comments

Comments
 (0)