We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af50a7 commit 523efeeCopy full SHA for 523efee
tests/drivers/build_all/input/app.overlay
@@ -253,22 +253,21 @@
253
irq-gpios = <&test_gpio 0 0>;
254
};
255
256
- pinnacle@2a {
+ pinnacle@8 {
257
compatible = "cirque,pinnacle";
258
- reg = <0x2a>;
+ reg = <0x8>;
259
data-ready-gpios = <&test_gpio 0 0>;
260
data-mode = "relative";
261
primary-tap-enable;
262
swap-xy;
263
264
265
- touch_dev: ili2132a@41 {
+ touch_dev: ili2132a@9 {
266
compatible = "ilitek,ili2132a";
267
- reg = <0x41>;
+ reg = <0x9>;
268
269
rst-gpios = <&test_gpio 1 0>;
270
271
-
272
273
274
spi@2 {
0 commit comments