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
1 changed files with 4 additions and 4 deletions
|
@ -443,8 +443,8 @@
|
||||||
#gpio-cells = <2>;
|
#gpio-cells = <2>;
|
||||||
};
|
};
|
||||||
|
|
||||||
test_spi_max14906: max14906@5 {
|
test_spi_max14906: max14906@6 {
|
||||||
compatible = "adi,max1906-gpio";
|
compatible = "adi,max14906-gpio";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
reg = <0x06>;
|
reg = <0x06>;
|
||||||
spi-max-frequency = <0>;
|
spi-max-frequency = <0>;
|
||||||
|
@ -463,8 +463,8 @@
|
||||||
en-gpios = <&test_gpio 0 0>;
|
en-gpios = <&test_gpio 0 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
test_spi_max14916: max14916@6 {
|
test_spi_max14916: max14916@7 {
|
||||||
compatible = "adi,max1916-gpio";
|
compatible = "adi,max14916-gpio";
|
||||||
status = "okay";
|
status = "okay";
|
||||||
reg = <0x07>;
|
reg = <0x07>;
|
||||||
spi-max-frequency = <0>;
|
spi-max-frequency = <0>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue