From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 30 Jun 2020 10:49:09 +0800 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: <20200615035738.248710-1-sjg@chromium.org> <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 On Mon, Jun 15, 2020 at 11:57 AM Simon Glass wrote: > > 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: Bin Meng