* [PATCH] : ARM64: bcm2837: enable sdhost in device tree for the Raspberry Pi 3
[not found] <55905056.400126.1502450854825.ref@mail.yahoo.com>
@ 2017-08-11 11:27 ` VOTARY GITHUB
2017-08-11 11:43 ` Stefan Wahren
2017-08-24 6:41 ` VOTARY GITHUB
0 siblings, 2 replies; 4+ messages in thread
From: VOTARY GITHUB @ 2017-08-11 11:27 UTC (permalink / raw)
To: catalin.marinas@arm.com, will.deacon@arm.com,
f.fainelli@gmail.com, rjui@broadcom.com, sbranden@broadcom.com,
github.raspberrypi@votarytech.com, eric@anholt.net,
ijc@hellion.org.uk, arnd@arndb.de, stefan.wahren@i2se.com,
andrea.merello@gmail.com, linux-arm-kernel@lists.infradead.org,
bcm-kernel-feedback-list@broadcom.com
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 1011 bytes --]
>From a0eb079e9913c3290435c435ca00b988a6fe93f5 Mon Sep 17 00:00:00 2001
From: VT-Github-Raspberrypi <github.raspberrypi@votarytech.com>
Date: Mon, 7 Aug 2017 15:24:52 +0530
Subject: [PATCH] ARM64: bcm2837: enable sdhost in device tree for the
Raspberry Pi 3
Fix for https://github.com/raspberrypi/linux/issues/2151
Signed-off-by: VT-Github-Raspberrypi <github.raspberrypi@votarytech.com>
---
arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
index c309633..19449d9 100644
--- a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
+++ b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
@@ -22,3 +22,9 @@
&uart1 {
status = "okay";
};
+&sdhost {
+ pinctrl-names = "default";
+ pinctrl-0 = <&sdhost_gpio48>;
+ status = "okay";
+ bus-width = <4>;
+};
--
2.7.4
[-- Attachment #2: Type: text/html, Size: 3280 bytes --]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] : ARM64: bcm2837: enable sdhost in device tree for the Raspberry Pi 3
2017-08-11 11:27 ` [PATCH] : ARM64: bcm2837: enable sdhost in device tree for the Raspberry Pi 3 VOTARY GITHUB
@ 2017-08-11 11:43 ` Stefan Wahren
2017-08-24 6:41 ` VOTARY GITHUB
1 sibling, 0 replies; 4+ messages in thread
From: Stefan Wahren @ 2017-08-11 11:43 UTC (permalink / raw)
To: VOTARY GITHUB, linux-arm-kernel@lists.infradead.org,
bcm-kernel-feedback-list@broadcom.com
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Hi,
Am 11.08.2017 um 13:27 schrieb VOTARY GITHUB:
> From a0eb079e9913c3290435c435ca00b988a6fe93f5 Mon Sep 17 00:00:00 2001
> From: VT-Github-Raspberrypi <github.raspberrypi@votarytech.com>
> Date: Mon, 7 Aug 2017 15:24:52 +0530
> Subject: [PATCH] ARM64: bcm2837: enable sdhost in device tree for the
>
> Raspberry Pi 3
>
> Fix for https://github.com/raspberrypi/linux/issues/2151
>
> Signed-off-by: VT-Github-Raspberrypi <github.raspberrypi@votarytech.com>
please stop sending patches against the foundation tree to mailing lists
which are dedicated for mainline. Your patches won't apply.
In case you have questions feel free to ask them on
linux-rpi-kernel@lists.infradead.org (subscription required)
Thanks
Stefan
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] : ARM64: bcm2837: enable sdhost in device tree for the Raspberry Pi 3
2017-08-11 11:27 ` [PATCH] : ARM64: bcm2837: enable sdhost in device tree for the Raspberry Pi 3 VOTARY GITHUB
2017-08-11 11:43 ` Stefan Wahren
@ 2017-08-24 6:41 ` VOTARY GITHUB
2017-08-24 9:21 ` VOTARY GITHUB
1 sibling, 1 reply; 4+ messages in thread
From: VOTARY GITHUB @ 2017-08-24 6:41 UTC (permalink / raw)
To: catalin.marinas@arm.com, will.deacon@arm.com,
f.fainelli@gmail.com, rjui@broadcom.com, sbranden@broadcom.com,
eric@anholt.net, ijc@hellion.org.uk, arnd@arndb.de,
stefan.wahren@i2se.com, andrea.merello@gmail.com,
linux-arm-kernel@lists.infradead.org,
bcm-kernel-feedback-list@broadcom.com
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
[-- Attachment #1.1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #1.2: Type: text/html, Size: 140 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-ARM64-bcm2837-enable-sdhost-in-device-tree-for-the.patch --]
[-- Type: text/x-patch, Size: 860 bytes --]
From f3ddeaf01a23f2b863fc84f4b4c0997aae3bd565 Mon Sep 17 00:00:00 2001
From: VT-Github-Raspberrypi <github.raspberrypi@votarytech.com>
Date: Mon, 7 Aug 2017 15:24:52 +0530
Subject: [PATCH] ARM64: bcm2837: enable sdhost in device tree for the
Raspberry Pi 3
Signed-off-by: VT-Github-Raspberrypi <github.raspberrypi@votarytech.com>
---
arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
index c309633..19449d9 100644
--- a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
+++ b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
@@ -22,3 +22,9 @@
&uart1 {
status = "okay";
};
+&sdhost {
+ pinctrl-names = "default";
+ pinctrl-0 = <&sdhost_gpio48>;
+ status = "okay";
+ bus-width = <4>;
+};
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] : ARM64: bcm2837: enable sdhost in device tree for the Raspberry Pi 3
2017-08-24 6:41 ` VOTARY GITHUB
@ 2017-08-24 9:21 ` VOTARY GITHUB
0 siblings, 0 replies; 4+ messages in thread
From: VOTARY GITHUB @ 2017-08-24 9:21 UTC (permalink / raw)
To: catalin.marinas@arm.com, will.deacon@arm.com,
f.fainelli@gmail.com, rjui@broadcom.com, sbranden@broadcom.com,
eric@anholt.net, ijc@hellion.org.uk, arnd@arndb.de,
stefan.wahren@i2se.com, andrea.merello@gmail.com,
linux-arm-kernel@lists.infradead.org,
bcm-kernel-feedback-list@broadcom.com
Cc: robh+dt@kernel.org, mark.rutland@arm.com,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
[-- Attachment #1.1: Type: text/plain, Size: 78 bytes --]
[PATCH] : ARM64: bcm2837: enable sdhost in device tree for the Raspberry Pi 3
[-- Attachment #1.2: Type: text/html, Size: 221 bytes --]
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-ARM64-bcm2837-enable-sdhost-in-device-tree-for-the.patch --]
[-- Type: text/x-patch, Size: 860 bytes --]
From f3ddeaf01a23f2b863fc84f4b4c0997aae3bd565 Mon Sep 17 00:00:00 2001
From: VT-Github-Raspberrypi <github.raspberrypi@votarytech.com>
Date: Mon, 7 Aug 2017 15:24:52 +0530
Subject: [PATCH] ARM64: bcm2837: enable sdhost in device tree for the
Raspberry Pi 3
Signed-off-by: VT-Github-Raspberrypi <github.raspberrypi@votarytech.com>
---
arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
index c309633..19449d9 100644
--- a/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
+++ b/arch/arm64/boot/dts/broadcom/bcm2837-rpi-3-b.dts
@@ -22,3 +22,9 @@
&uart1 {
status = "okay";
};
+&sdhost {
+ pinctrl-names = "default";
+ pinctrl-0 = <&sdhost_gpio48>;
+ status = "okay";
+ bus-width = <4>;
+};
--
1.9.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-08-24 9:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <55905056.400126.1502450854825.ref@mail.yahoo.com>
2017-08-11 11:27 ` [PATCH] : ARM64: bcm2837: enable sdhost in device tree for the Raspberry Pi 3 VOTARY GITHUB
2017-08-11 11:43 ` Stefan Wahren
2017-08-24 6:41 ` VOTARY GITHUB
2017-08-24 9:21 ` VOTARY GITHUB
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).