From 6ec8a53c9bc65899bd944d8631bea2eaee06bab0 Mon Sep 17 00:00:00 2001 From: Stoyan Bogdanov Date: Tue, 8 Oct 2024 23:00:09 +0300 Subject: [PATCH] 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 --- tests/drivers/build_all/gpio/app.overlay | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/drivers/build_all/gpio/app.overlay b/tests/drivers/build_all/gpio/app.overlay index e023736fe33..c834f27621f 100644 --- a/tests/drivers/build_all/gpio/app.overlay +++ b/tests/drivers/build_all/gpio/app.overlay @@ -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>;