From 53221e94ae92ef7ae6cea025c2927e33c39f13f6 Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Wed, 9 Oct 2024 13:45:39 +0100 Subject: [PATCH] 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 --- tests/drivers/build_all/input/app.overlay | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/tests/drivers/build_all/input/app.overlay b/tests/drivers/build_all/input/app.overlay index 3873a6b14ac98f..e8f2e38365284a 100644 --- a/tests/drivers/build_all/input/app.overlay +++ b/tests/drivers/build_all/input/app.overlay @@ -253,22 +253,21 @@ irq-gpios = <&test_gpio 0 0>; }; - pinnacle@2a { + pinnacle@8 { compatible = "cirque,pinnacle"; - reg = <0x2a>; + reg = <0x8>; data-ready-gpios = <&test_gpio 0 0>; data-mode = "relative"; primary-tap-enable; swap-xy; }; - touch_dev: ili2132a@41 { + touch_dev: ili2132a@9 { compatible = "ilitek,ili2132a"; - reg = <0x41>; + reg = <0x9>; irq-gpios = <&test_gpio 0 0>; rst-gpios = <&test_gpio 1 0>; }; - }; spi@2 {