Skip to content

Commit 523efee

Browse files
fabiobaltierinashif
authored andcommitted
tests: build_all: input: clean up the i2c device list
Make the address sequential again, drop a stray blank line. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent 9af50a7 commit 523efee

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/drivers/build_all/input/app.overlay

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -253,22 +253,21 @@
253253
irq-gpios = <&test_gpio 0 0>;
254254
};
255255

256-
pinnacle@2a {
256+
pinnacle@8 {
257257
compatible = "cirque,pinnacle";
258-
reg = <0x2a>;
258+
reg = <0x8>;
259259
data-ready-gpios = <&test_gpio 0 0>;
260260
data-mode = "relative";
261261
primary-tap-enable;
262262
swap-xy;
263263
};
264264

265-
touch_dev: ili2132a@41 {
265+
touch_dev: ili2132a@9 {
266266
compatible = "ilitek,ili2132a";
267-
reg = <0x41>;
267+
reg = <0x9>;
268268
irq-gpios = <&test_gpio 0 0>;
269269
rst-gpios = <&test_gpio 1 0>;
270270
};
271-
272271
};
273272

274273
spi@2 {

0 commit comments

Comments
 (0)