From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Wallner Date: Thu, 25 Jun 2020 14:45:42 +0200 Subject: [PATCH v1 06/43] dm: core: Add a way of overriding the ACPI device path In-Reply-To: <20200614215726.v1.6.I05c1764b12b8c4770c5a0aa9d149c551f9a8fe70@changeid> References: <20200614215726.v1.6.I05c1764b12b8c4770c5a0aa9d149c551f9a8fe70@changeid> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Simon, -----"Simon Glass" schrieb: ----- > Betreff: [PATCH v1 06/43] dm: core: Add a way of overriding the ACPI device path > > Some devices such as GPIO need to override the normal path that would be > generated by driver model. Add a device-tree property for this. > > Signed-off-by: Simon Glass > --- > > doc/device-tree-bindings/device.txt | 23 +++++++++++++++++++++++ > drivers/core/acpi.c | 19 +++++++++++++++++++ > include/dm/acpi.h | 13 +++++++++++++ > 3 files changed, 55 insertions(+) Reviewed-by: Wolfgang Wallner