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:
parent
7c7383cabf
commit
6ec8a53c9b
@ -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>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user