Hi Simon, On Thu, Apr 9, 2020 at 6:58 AM Simon Glass <s...@chromium.org> wrote: > > Devices need to report various identifiers in the ACPI tables. Rather than > hard-coding these in drivers it is typically better to put them in the > device tree. > > Add a binding file to describe this. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > Changes in v5: None > Changes in v4: > - Put 'interrupts-extended' property on one line > - Rename acpi-probed to linux,probed > - Note that linux,probed is an out-of-tree feature > > Changes in v3: > - Drop mention of PRIC > - Rename acpi,desc to acpi,ddn > - Correct description of acpi,probed > - Drop hid-descr-addr > - Just add the device.txt binding file in this patch > - Change the example to ELAN > - Add a pointer to information about acpi,compatible > > Changes in v2: > - Fix definition of HID > - Infer hid-over-i2c CID value > - Add the hid-over-i2c binding document > > doc/device-tree-bindings/device.txt | 36 +++++++++++++++++++++++++++++ > 1 file changed, 36 insertions(+) > create mode 100644 doc/device-tree-bindings/device.txt >
It looks that there is still unclosed issue about this patch. I will leave this patch un-applied. Regards, Bin