On Thu, 10 Dec 2020 19:04:20 +0100, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@xxxxxxxxxx> > > BCM4908 is a SoC family with PCIe controller sharing design with the one > for STB. BCM4908 has different power management and memory controller so > few tweaks are required. > > PERST# signal on BCM4908 is handled by an external MISC block so it > needs specifying a reset phandle. > > Signed-off-by: Rafał Miłecki <rafal@xxxxxxxxxx> > Acked-by: Florian Fainelli <f.fainelli@xxxxxxxxx> > --- > V3: Drop "reset-names" from the generic "properties" - it's now defined as > "compatible" specific property > Drop "$ref" from the "resets" - thanks Rob. > --- > .../bindings/pci/brcm,stb-pcie.yaml | 37 ++++++++++++++----- > 1 file changed, 28 insertions(+), 9 deletions(-) > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>