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 <sbogdanov@baylibre.com>
This commit is contained in:
Stoyan Bogdanov 2024-10-08 23:00:09 +03:00 committed by David Leach
commit 6ec8a53c9b

View file

@ -443,8 +443,8 @@
#gpio-cells = <2>;
};
test_spi_max14906: max14906@5 {
compatible = "adi,max1906-gpio";
test_spi_max14906: max14906@6 {
compatible = "adi,max14906-gpio";
status = "okay";
reg = <0x06>;
spi-max-frequency = <0>;
@ -463,8 +463,8 @@
en-gpios = <&test_gpio 0 0>;
};
test_spi_max14916: max14916@6 {
compatible = "adi,max1916-gpio";
test_spi_max14916: max14916@7 {
compatible = "adi,max14916-gpio";
status = "okay";
reg = <0x07>;
spi-max-frequency = <0>;