On Mon, Jun 15, 2020 at 11:58 AM Simon Glass <s...@chromium.org> wrote: > > The P2SB bus needs to be hidden in some cases so that it does not get > auto-configured by Linux. Add a method for this. > > Signed-off-by: Simon Glass <s...@chromium.org> > --- > > drivers/misc/p2sb-uclass.c | 10 ++++++++++ > include/p2sb.h | 25 ++++++++++++++++++++++++- > 2 files changed, 34 insertions(+), 1 deletion(-) >
Reviewed-by: Bin Meng <bmeng...@gmail.com>