Re: [PATCH v4 4/8] dt-bindings: memory-controllers: Introduce ti,gpmc-child
From: Rob Herring <robh@kernel.org>
Date: 2021-09-21 20:40:43
Also in:
linux-omap, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-09-21 20:40:43
Also in:
linux-omap, lkml
On Tue, 14 Sep 2021 15:27:01 +0300, Roger Quadros wrote:
This binding is meant for the child nodes of the TI GPMC node. The node represents any device connected to the GPMC bus. It may be a Flash chip, RAM chip or Ethernet controller, etc. These properties are meant for configuring the GPMC settings/timings and will accompany the bindings supported by the respective device. Signed-off-by: Roger Quadros <rogerq@kernel.org> --- .../memory-controllers/ti,gpmc-child.yaml | 245 ++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 Documentation/devicetree/bindings/memory-controllers/ti,gpmc-child.yaml
Reviewed-by: Rob Herring <robh@kernel.org>