From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sun, 2 Feb 2020 17:04:11 -0700 Subject: [PATCH v3 05/12] dm: Add support for simple-pm-bus In-Reply-To: <3b86c607-9616-8e3e-b6af-e4064c7e5782@gmail.com> References: <3b86c607-9616-8e3e-b6af-e4064c7e5782@gmail.com> 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 Sean, On Sun, 2 Feb 2020 at 13:02, Sean Anderson wrote: > > This type of bus is used in Linux to designate busses which have power domains > and/or clocks which need to be enabled before their child devices can be used. > Because power domains are automatically enabled before probing in u-boot, we > just need to enable any clocks present. > > Signed-off-by: Sean Anderson > --- > Changes for v3: > - New > > .../bus/simple-pm-bus.txt | 44 ++++++++++++++ > drivers/core/simple-bus.c | 57 ++++++++++++++++++- > 2 files changed, 99 insertions(+), 2 deletions(-) > create mode 100644 doc/device-tree-bindings/bus/simple-pm-bus.txt Please can you add a test for this new functionality? Thanks, Simon