From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH V2 RESEND 0/4] ARM: bcm2835: DT improvements Date: Wed, 04 Feb 2015 09:51:55 -0700 Message-ID: <54D24E2B.9070006@wwwdotorg.org> References: <1422555050-28509-1-git-send-email-stefan.wahren@i2se.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring , Stefan Wahren Cc: lee-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, Rob Herring , Mark Rutland , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , linux-rpi-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 02/03/2015 07:47 PM, Rob Herring wrote: > On Thu, Jan 29, 2015 at 12:10 PM, Stefan Wahren wrote: >> This patch series contains DT improvements for the Raspberry Pi. >> >> Patch 1,2: Add missing vendor prefix and root compatible properties >> Patch 3,4: Use constants for pin function instead of error-prone numbers >> >> Changes in V2: >> - add all currently known Raspberry Pi boards to binding documentation >> as suggested by Stephen Warren >> >> Stefan Wahren (4): >> dt-bindings: Add vendor prefix for Raspberry Pi >> dt-bindings: Add root properties for Raspberry Pi >> ARM: bcm2835: Add header file for pinctrl constants >> ARM: bcm2835: Use pinctrl header >> >> Documentation/devicetree/bindings/arm/bcm2835.txt | 31 ++++++++++++++++++-- >> .../devicetree/bindings/vendor-prefixes.txt | 1 + >> arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 4 +-- >> arch/arm/boot/dts/bcm2835-rpi-b.dts | 4 +-- >> arch/arm/boot/dts/bcm2835-rpi.dtsi | 8 ++--- >> arch/arm/boot/dts/bcm2835.dtsi | 3 +- >> include/dt-bindings/pinctrl/bcm2835.h | 27 +++++++++++++++++ >> 7 files changed, 67 insertions(+), 11 deletions(-) >> create mode 100644 include/dt-bindings/pinctrl/bcm2835.h > > Who do you intend to apply this? For the DT binding parts: > > Acked-by: Rob Herring I assume Lee Jones will take this through the Tegra tree, to avoid any potential conflicts with other changes to these files in that tree. I do still want to double-check with the Pi Foundation's downstream tree what compatible values they use. If they already have board-specific values, and they're sane, it'd be nice to align with those. Unfortunately, I haven't got around to that yet:-( -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html