lkml.org 
[lkml]   [2017]   [Sep]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Subject[PATCH v2 00/10] ARM: bcm: Add support for Broadcom Hurricane 2 SoC
    Date
    Hi all,

    This patch series adds basic (boot to prompt with essential peripherals
    working) support for Broadcom's Hurricane 2 SoC which is found in switching
    applications.

    This is also an iProc-family chip with a number of variations, including
    some in the clock controller that I have not been able to identify yet.

    Changes in v2:

    - fixed DTC warnings spotted with make dtbs W=1
    - added Jon's ack

    Florian Fainelli (10):
    MAINTAINERS: Update Broadcom iProc regexp with Hurricane 2
    dt-bindings: Add documentation for Broadcom Hurricane 2 SoCs
    ARM: bcm: Add support for Broadcom Hurricane 2 SoC
    dt-bindings: Document Broadcom Hurricane 2 clocks
    clk: bcm: Add Broadcom Hurricane 2 clock support
    ARM: dts: Add Broadcom Hurricane 2 DTS include file
    ARM: debug: Add Hurricane 2 UART2 debug addresses
    dt-bindings: Add Ubiquiti Networks vendor prefix
    ARM: dts: Hurricane 2: Add basic support for Ubiquiti UniFi Switch 8
    ARM: multi_v7_defconfig: Enable CONFIG_ARCH_BCM_HR2

    .../devicetree/bindings/arm/bcm/brcm,hr2.txt | 14 +
    .../bindings/clock/brcm,iproc-clocks.txt | 14 +
    .../devicetree/bindings/vendor-prefixes.txt | 1 +
    MAINTAINERS | 1 +
    arch/arm/Kconfig.debug | 10 +-
    arch/arm/boot/dts/Makefile | 2 +
    arch/arm/boot/dts/bcm-hr2.dtsi | 368 +++++++++++++++++++++
    arch/arm/boot/dts/bcm53340-ubnt-unifi-switch8.dts | 85 +++++
    arch/arm/configs/multi_v7_defconfig | 1 +
    arch/arm/mach-bcm/Kconfig | 9 +
    arch/arm/mach-bcm/Makefile | 3 +
    arch/arm/mach-bcm/bcm_hr2.c | 25 ++
    drivers/clk/bcm/Kconfig | 9 +
    drivers/clk/bcm/Makefile | 1 +
    drivers/clk/bcm/clk-hr2.c | 27 ++
    15 files changed, 569 insertions(+), 1 deletion(-)
    create mode 100644 Documentation/devicetree/bindings/arm/bcm/brcm,hr2.txt
    create mode 100644 arch/arm/boot/dts/bcm-hr2.dtsi
    create mode 100644 arch/arm/boot/dts/bcm53340-ubnt-unifi-switch8.dts
    create mode 100644 arch/arm/mach-bcm/bcm_hr2.c
    create mode 100644 drivers/clk/bcm/clk-hr2.c

    --
    2.14.1

    \
     
     \ /
      Last update: 2017-09-29 01:15    [W:8.055 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site