On Tue, Jun 23, 2020 at 8:55 AM Thierry Reding <thierry.reding@xxxxxxxxx> wrote: > > From: Thierry Reding <treding@xxxxxxxxxx> > > The Tegra PCI controller driver doesn't need to control the PLL power > supplies directly, but rather uses the pads provided by the XUSB pad > controller, which in turn is responsible for supplying power to the > PLLs. > > Signed-off-by: Thierry Reding <treding@xxxxxxxxxx> > --- > drivers/pci/controller/pci-tegra.c | 10 ++-------- > 1 file changed, 2 insertions(+), 8 deletions(-) What's going to happen here with a new dtb and an old kernel? Is it going to error out due to missing supplies? Rob