From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Thu, 20 Nov 2014 12:18:28 +0100 Subject: [PATCH] ARM: bcm2835: Add device tree for Raspberry Pi model B+ In-Reply-To: <1416480765-13449-1-git-send-email-lee@kernel.org> References: <1416480765-13449-1-git-send-email-lee@kernel.org> Message-ID: <2041471.8rvf0EmQUU@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thursday 20 November 2014 10:52:45 Lee Jones wrote: > From: Matthias Klein > > The model B and B+ differ in the GPIO lines for ACT and PWR leds, and the > I2S interface. > > Signed-off-by: Matthias Klein > Tested-by: Stephen Warren > Signed-off-by: Lee Jones > --- > > As requested by Arnd. > > arch/arm/boot/dts/Makefile | 1 + > arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 30 +++++++++++++++++++ > arch/arm/boot/dts/bcm2835-rpi-b.dts | 46 ++-------------------------- > arch/arm/boot/dts/bcm2835-rpi.dtsi | 51 ++++++++++++++++++++++++++++++++ > 4 files changed, 85 insertions(+), 43 deletions(-) > create mode 100644 arch/arm/boot/dts/bcm2835-rpi-b-plus.dts > create mode 100644 arch/arm/boot/dts/bcm2835-rpi.dtsi > Applied to next/dt. When you send a patch for inclusion the next time, better be explicit and ask for it to be picked up into arm-soc, so we know it's not just for review. Thanks, Arnd