[PATCH v2 1/3] input: cygnus-update touchscreen dt node document
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-02-17 09:46:26
Also in:
linux-devicetree, linux-input, lkml
From: arnd@arndb.de (Arnd Bergmann)
Date: 2016-02-17 09:46:26
Also in:
linux-devicetree, linux-input, lkml
On Wednesday 17 February 2016 15:13:44 Raveendra Padasalagi wrote:
+
+ ts_adc_syscon: ts_adc_syscon at 0x180a6000 {
+ compatible = "syscon";
+ reg = <0x180a6000 0xc30>;
+ };This should have a more specific compatible string in addition to the generic "syscon" one. Arnd