mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: dts: bcm2836-rpi-2: re-enable booting from SD card
@ 2018-05-22 20:23 Pascal Vizeli
  2018-05-25 18:02 ` Sascha Hauer
  0 siblings, 1 reply; 3+ messages in thread
From: Pascal Vizeli @ 2018-05-22 20:23 UTC (permalink / raw)
  To: barebox

[-- Attachment #1: Type: text/plain, Size: 255 bytes --]

I do the same as we do with raspberry pi for booting from SDcard:
https://git.pengutronix.de/cgit/barebox/commit/arch/arm/dts/bcm2835-rpi.dts?id=abc0447440d68af720127fcca3c17f04ee144fcc

Look like the patch for rpi replace tabs with space.

greets
Pascal

[-- Attachment #2: 0001-ARM-dts-bcm2836-rpi-2-re-enable-booting-from-SD-card.patch --]
[-- Type: application/octet-stream, Size: 632 bytes --]

From ef723a74044c8b3ed29a1f3d048debd50fc9df96 Mon Sep 17 00:00:00 2001
From: Pascal Vizeli <pvizeli@syshack.ch>
Date: Tue, 22 May 2018 20:11:13 +0000
Subject: [PATCH 1/1] ARM: dts: bcm2836-rpi-2: re-enable booting from SD card

---
 arch/arm/dts/bcm2836-rpi-2.dts | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/dts/bcm2836-rpi-2.dts b/arch/arm/dts/bcm2836-rpi-2.dts
index 42b6abb18..2fa1c8bb4 100644
--- a/arch/arm/dts/bcm2836-rpi-2.dts
+++ b/arch/arm/dts/bcm2836-rpi-2.dts
@@ -9,3 +9,12 @@
 		reg = <0x0 0x0>;
 	};
 };
+
+&sdhci {
+	status = "okay";
+};
+
+&sdhost {
+	status = "disabled";
+};
+
-- 
2.17.0


[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] ARM: dts: bcm2836-rpi-2: re-enable booting from SD card
  2018-05-22 20:23 [PATCH 1/1] ARM: dts: bcm2836-rpi-2: re-enable booting from SD card Pascal Vizeli
@ 2018-05-25 18:02 ` Sascha Hauer
  2018-05-26 11:43   ` Pascal Vizeli
  0 siblings, 1 reply; 3+ messages in thread
From: Sascha Hauer @ 2018-05-25 18:02 UTC (permalink / raw)
  To: Pascal Vizeli; +Cc: barebox

Hi Pascal,

On Tue, May 22, 2018 at 10:23:36PM +0200, Pascal Vizeli wrote:
> I do the same as we do with raspberry pi for booting from SDcard:
> https://git.pengutronix.de/cgit/barebox/commit/arch/arm/dts/bcm2835-rpi.dts?id=abc0447440d68af720127fcca3c17f04ee144fcc
> 
> Look like the patch for rpi replace tabs with space.

The patch itself looks ok. Could you resend with a signed-off-by
tag?

Sascha

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 1/1] ARM: dts: bcm2836-rpi-2: re-enable booting from SD card
  2018-05-25 18:02 ` Sascha Hauer
@ 2018-05-26 11:43   ` Pascal Vizeli
  0 siblings, 0 replies; 3+ messages in thread
From: Pascal Vizeli @ 2018-05-26 11:43 UTC (permalink / raw)
  To: Sascha Hauer; +Cc: barebox, Pascal Vizeli

[-- Attachment #1: Type: text/plain, Size: 827 bytes --]

sure,

best regards
Pascal

2018-05-25 20:02 GMT+02:00 Sascha Hauer <s.hauer@pengutronix.de>:
> Hi Pascal,
>
> On Tue, May 22, 2018 at 10:23:36PM +0200, Pascal Vizeli wrote:
>> I do the same as we do with raspberry pi for booting from SDcard:
>> https://git.pengutronix.de/cgit/barebox/commit/arch/arm/dts/bcm2835-rpi.dts?id=abc0447440d68af720127fcca3c17f04ee144fcc
>>
>> Look like the patch for rpi replace tabs with space.
>
> The patch itself looks ok. Could you resend with a signed-off-by
> tag?
>
> Sascha
>
> --
> Pengutronix e.K.                           |                             |
> Industrial Linux Solutions                 | http://www.pengutronix.de/  |
> Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
> Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

[-- Attachment #2: 0001-ARM-dts-bcm2836-rpi-2-re-enable-booting-from-SD-card.patch --]
[-- Type: application/octet-stream, Size: 680 bytes --]

From ef723a74044c8b3ed29a1f3d048debd50fc9df96 Mon Sep 17 00:00:00 2001
From: Pascal Vizeli <pvizeli@syshack.ch>
Date: Tue, 22 May 2018 20:11:13 +0000
Subject: [PATCH 1/1] ARM: dts: bcm2836-rpi-2: re-enable booting from SD card

Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
---
 arch/arm/dts/bcm2836-rpi-2.dts | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/arch/arm/dts/bcm2836-rpi-2.dts b/arch/arm/dts/bcm2836-rpi-2.dts
index 42b6abb18..2fa1c8bb4 100644
--- a/arch/arm/dts/bcm2836-rpi-2.dts
+++ b/arch/arm/dts/bcm2836-rpi-2.dts
@@ -9,3 +9,12 @@
 		reg = <0x0 0x0>;
 	};
 };
+
+&sdhci {
+	status = "okay";
+};
+
+&sdhost {
+	status = "disabled";
+};
+
--
2.17.0

[-- Attachment #3: Type: text/plain, Size: 149 bytes --]

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-26 11:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-22 20:23 [PATCH 1/1] ARM: dts: bcm2836-rpi-2: re-enable booting from SD card Pascal Vizeli
2018-05-25 18:02 ` Sascha Hauer
2018-05-26 11:43   ` Pascal Vizeli

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox