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