acpi: Add a binding for ACPI settings in the device tree
authorSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 15:19:45 +0000 (09:19 -0600)
committerBin Meng <bmeng.cn@gmail.com>
Thu, 30 Apr 2020 09:16:12 +0000 (17:16 +0800)
commitfa04cef6443eab008b99f6439ec8a3b9939253b4
tree157b261f5b1a526c3e080fd3b353fbc947d51b2b
parent43a1230adfbf44fd2a8b77aa73528a1d3e604de6
acpi: Add a binding for ACPI settings in the device tree

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 <sjg@chromium.org>
doc/device-tree-bindings/device.txt [new file with mode: 0644]