From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753762AbdFMRoL (ORCPT ); Tue, 13 Jun 2017 13:44:11 -0400 Received: from anholt.net ([50.246.234.109]:36254 "EHLO anholt.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753448AbdFMRoJ (ORCPT ); Tue, 13 Jun 2017 13:44:09 -0400 From: Eric Anholt To: Florian Fainelli Cc: linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Stefan Wahren , bcm-kernel-feedback-list@broadcom.com, Eric Anholt Subject: [GIT PULL 3/4] bcm2835-dt-next-2017-06-12 Date: Tue, 13 Jun 2017 10:43:55 -0700 Message-Id: <20170613174356.22426-3-eric@anholt.net> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170613174356.22426-1-eric@anholt.net> References: <20170613174356.22426-1-eric@anholt.net> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following changes since commit 1f8216e7f78c2e55b07117c77887a314bc36f690: Merge tag 'bcm2835-dt-next-2017-03-30' into devicetree/next (2017-05-13 20:22:59 -0700) are available in the git repository at: git://github.com/anholt/linux tags/bcm2835-dt-next-2017-06-12 for you to fetch changes up to 9c53535a15b63218204f2bab2c279b3e64c61c0e: ARM: dts: bcm2835-rpi-zero: Enable OTG mode (2017-06-12 13:28:50 -0700) ---------------------------------------------------------------- This pull request brings in installation of the RPi3 DT in 32-bit mode, the new thermal nodes, switches to the faster sdhost controller for MMC, and enables USB OTG mode on the Pi 0. ---------------------------------------------------------------- Eric Anholt (1): ARM: dts: Add devicetree for the Raspberry Pi 3, for arm32 (v6) Gerd Hoffmann (1): ARM: dts: bcm283x: switch from &sdhci to &sdhost Stefan Wahren (4): ARM: dts: bcm283x: Add CPU thermal zone with 1 trip point ARM: dts: bcm283x: Add dtsi for OTG mode ARM: dts: bcm283x: Add generic USB PHY ARM: dts: bcm2835-rpi-zero: Enable OTG mode arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/bcm2835-rpi-zero.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi.dtsi | 2 +- arch/arm/boot/dts/bcm2835.dtsi | 4 ++++ arch/arm/boot/dts/bcm2836.dtsi | 4 ++++ arch/arm/boot/dts/bcm2837-rpi-3-b.dts | 1 + arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi | 10 ++++++++++ arch/arm/boot/dts/bcm283x.dtsi | 27 +++++++++++++++++++++++++++ 8 files changed, 49 insertions(+), 2 deletions(-) create mode 100644 arch/arm/boot/dts/bcm2837-rpi-3-b.dts create mode 100644 arch/arm/boot/dts/bcm283x-rpi-usb-otg.dtsi