Re: [PATCH v2 0/6] Support BCM23550 SoC
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2016-06-06 18:53:31
Also in:
linux-arm-kernel, linux-pm, lkml
From: Florian Fainelli <f.fainelli@gmail.com>
Date: 2016-06-06 18:53:31
Also in:
linux-arm-kernel, linux-pm, lkml
On 05/11/2016 02:36 PM, Chris Brand wrote:
This patchset introduces support for the BCM23550 SoC and the Broadcom Sparrow development board. It modifies the BCM21664 support slightly to share code between the two. With this patchset, a multi-v7 kernel brings up all 4 CPUs on a Sparrow board, and gets to a shell prompt. Many of the IP blocks that are shared with BCM28155 and BCM21664 are also functional, although not all have been thoroughly tested. Changes since v1 - Moved chosen node from dtsi to dts file - Added stdout-path property to chosen node in dts - Removed "-cpu-method" from CPU enable method name
Series applied, patch 1 applied to drivers/next, patches 2, 4 and 5 applied to soc/next, and patches 2 and 6 applied to devicetree/next, thanks everyone! -- Florian