tests: drivers: build_all: adc: Adding configuration for ti,tla2021
Add configuration for ti,tla2021 to enable build test. Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
This commit is contained in:
parent
a29c27f050
commit
6e5f1f19c9
1 changed files with 6 additions and 0 deletions
|
|
@ -111,6 +111,12 @@
|
|||
#io-channel-cells = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
test_i2c_tla2021: tla2021@a {
|
||||
compatible = "ti,tla2021";
|
||||
reg = <0xa>;
|
||||
#io-channel-cells = <1>;
|
||||
};
|
||||
};
|
||||
|
||||
test_spi: spi@33334444 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue