On Sun, 24 Jul 2022 22:53:54 -0700, William Zhang wrote: > BCM4908 is one of the Broadcom Broadband origin WLAN Router/Access > Pointer SoCs. It was originally added by Rafał before Broadcom > started to upstream the support for broadband SoCs. Now that Broadcom > Broadband SoC is supported under arch ARCH_BCMBCA, this patch moves > BCM4908 SoC device tree descriptions into BCMBCA binding. > > Signed-off-by: William Zhang <william.zhang@xxxxxxxxxxxx> > Acked-by: Rafał Miłecki <rafal@xxxxxxxxxx> > > --- > > Changes in v2: > - Add Acked-by tag > - Improve commit message with more details > > .../bindings/arm/bcm/brcm,bcm4908.yaml | 42 ------------------- > .../bindings/arm/bcm/brcm,bcmbca.yaml | 21 ++++++++++ > 2 files changed, 21 insertions(+), 42 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,bcm4908.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>