From mboxrd@z Thu Jan 1 00:00:00 1970 From: kraxel@redhat.com (Gerd Hoffmann) Date: Wed, 7 Sep 2016 12:31:24 +0200 Subject: [PATCH 3/8] ARM: dts: bcm283x: Add a group for mapping pins 48-53 to sdhost. In-Reply-To: <1473244289-20728-1-git-send-email-kraxel@redhat.com> References: <1473244289-20728-1-git-send-email-kraxel@redhat.com> Message-ID: <1473244289-20728-4-git-send-email-kraxel@redhat.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org From: Eric Anholt This pin group definition comes from downstream. We don't have a driver for sdhost integrated yet, but they've been experimenting with it and it sounds useful to bring over. Signed-off-by: Eric Anholt --- arch/arm/boot/dts/bcm283x.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index 164d962..062d09db 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -212,6 +212,10 @@ brcm,pins = <45>; brcm,function = ; }; + sdhost_gpio48: sdhost_gpio48 { + brcm,pins = <48 49 50 51 52 53>; + brcm,function = ; + }; i2c0_gpio44: i2c0_gpio44 { brcm,pins = <44 45>; brcm,function = ; -- 1.8.3.1