Skip to content

Commit 6ec8a53

Browse files
bogdanovsdleach02
authored andcommitted
tests: drivers: build_all: gpio: Correct max14906 and max14916 compat
Replace wrong compatibility strings for max14906 and max14916. Fix wrong addressees for max14906 and max14916. Signed-off-by: Stoyan Bogdanov <[email protected]>
1 parent 7c7383c commit 6ec8a53

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/drivers/build_all/gpio/app.overlay

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,8 +443,8 @@
443443
#gpio-cells = <2>;
444444
};
445445

446-
test_spi_max14906: max14906@5 {
447-
compatible = "adi,max1906-gpio";
446+
test_spi_max14906: max14906@6 {
447+
compatible = "adi,max14906-gpio";
448448
status = "okay";
449449
reg = <0x06>;
450450
spi-max-frequency = <0>;
@@ -463,8 +463,8 @@
463463
en-gpios = <&test_gpio 0 0>;
464464
};
465465

466-
test_spi_max14916: max14916@6 {
467-
compatible = "adi,max1916-gpio";
466+
test_spi_max14916: max14916@7 {
467+
compatible = "adi,max14916-gpio";
468468
status = "okay";
469469
reg = <0x07>;
470470
spi-max-frequency = <0>;

0 commit comments

Comments
 (0)