[PATCH v3 2/5] ARM: bcm4760: Add platform infrastructure
From: Jason Cooper <hidden>
Date: 2013-08-15 13:28:00
Domenico, On Thu, Aug 15, 2013 at 12:10:45AM +0200, Domenico Andreoli wrote:
From: Domenico Andreoli <redacted> Platform infrastructure for the Broadcom BCM4760 based ARM11 SoCs. v3: * dropped the idea of unconditionally build mach-bcm v2: * clocks are now configured via DT * uart DT nodes have been renamed and hooked to the proper clock nodes * dropped unneeded config options * dropped misused initialization of system_rev * dropped unneeded early io mapping * build rule of mach-bcm is moved to separated patch v1: * initial release Cc: devicetree at vger.kernel.org Cc: linux-arm-kernel at lists.infradead.org Signed-off-by: Domenico Andreoli <redacted> --- Documentation/devicetree/bindings/arm/bcm4760.txt | 8 ++ MAINTAINERS | 7 ++ arch/arm/Makefile | 1 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/bcm4760-catalina.dts | 11 +++ arch/arm/boot/dts/bcm4760.dtsi | 71 +++++++++++++++++++++ arch/arm/configs/bcm4760_defconfig | 76 ++++++++++++++++++++++ arch/arm/mach-bcm/Kconfig | 7 ++ arch/arm/mach-bcm/Makefile | 2 + arch/arm/mach-bcm/bcm4760.c | 37 +++++++++++ 10 files changed, 221 insertions(+)
Since I raised the original objection to the unconditional build, Acked-by: Jason Cooper <redacted> thx, Jason.