linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH u-boot] arm: dts: s400: Fix status for eMMC and SDIO ports
@ 2018-12-17  9:26 Neil Armstrong
  2018-12-19 14:44 ` [U-Boot] " Jerome Brunet
  0 siblings, 1 reply; 3+ messages in thread
From: Neil Armstrong @ 2018-12-17  9:26 UTC (permalink / raw)
  To: u-boot, trini; +Cc: linux-amlogic, Neil Armstrong

Under U-boot, the WiFi SDIO Module should be disabled and the
eMMC modules should be enabled, so this patch adds an s400-u-boot.dtsi
include file specific for U-Boot that will be included by the build system.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm/dts/meson-axg-s400-u-boot.dtsi | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 arch/arm/dts/meson-axg-s400-u-boot.dtsi

diff --git a/arch/arm/dts/meson-axg-s400-u-boot.dtsi b/arch/arm/dts/meson-axg-s400-u-boot.dtsi
new file mode 100644
index 0000000000..c46eb3f38d
--- /dev/null
+++ b/arch/arm/dts/meson-axg-s400-u-boot.dtsi
@@ -0,0 +1,14 @@
+// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
+/*
+ * Copyright (c) 2017 Amlogic, Inc. All rights reserved.
+ */
+
+/* wifi module */
+&sd_emmc_b {
+	status = "disabled";
+};
+
+/* emmc storage */
+&sd_emmc_c {
+	status = "okay";
+};
-- 
2.19.2


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [U-Boot] [PATCH u-boot] arm: dts: s400: Fix status for eMMC and SDIO ports
  2018-12-17  9:26 [PATCH u-boot] arm: dts: s400: Fix status for eMMC and SDIO ports Neil Armstrong
@ 2018-12-19 14:44 ` Jerome Brunet
  2018-12-19 15:18   ` Neil Armstrong
  0 siblings, 1 reply; 3+ messages in thread
From: Jerome Brunet @ 2018-12-19 14:44 UTC (permalink / raw)
  To: Neil Armstrong, u-boot, trini; +Cc: linux-amlogic

On Mon, 2018-12-17 at 10:26 +0100, Neil Armstrong wrote:
> Under U-boot, the WiFi SDIO Module should be disabled and the
> eMMC modules should be enabled, so this patch adds an s400-u-boot.dtsi
> include file specific for U-Boot that will be included by the build system.
> 
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Tested-by: Jerome Brunet <jbrunet@baylibre.com>

> ---
>  arch/arm/dts/meson-axg-s400-u-boot.dtsi | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>  create mode 100644 arch/arm/dts/meson-axg-s400-u-boot.dtsi
> 
> diff --git a/arch/arm/dts/meson-axg-s400-u-boot.dtsi b/arch/arm/dts/meson-
> axg-s400-u-boot.dtsi
> new file mode 100644
> index 0000000000..c46eb3f38d
> --- /dev/null
> +++ b/arch/arm/dts/meson-axg-s400-u-boot.dtsi
> @@ -0,0 +1,14 @@
> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
> +/*
> + * Copyright (c) 2017 Amlogic, Inc. All rights reserved.
> + */
> +
> +/* wifi module */
> +&sd_emmc_b {
> +	status = "disabled";
> +};
> +
> +/* emmc storage */
> +&sd_emmc_c {
> +	status = "okay";
> +};



_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

* Re: [U-Boot] [PATCH u-boot] arm: dts: s400: Fix status for eMMC and SDIO ports
  2018-12-19 14:44 ` [U-Boot] " Jerome Brunet
@ 2018-12-19 15:18   ` Neil Armstrong
  0 siblings, 0 replies; 3+ messages in thread
From: Neil Armstrong @ 2018-12-19 15:18 UTC (permalink / raw)
  To: Jerome Brunet, u-boot, trini; +Cc: linux-amlogic

On 19/12/2018 15:44, Jerome Brunet wrote:
> On Mon, 2018-12-17 at 10:26 +0100, Neil Armstrong wrote:
>> Under U-boot, the WiFi SDIO Module should be disabled and the
>> eMMC modules should be enabled, so this patch adds an s400-u-boot.dtsi
>> include file specific for U-Boot that will be included by the build system.
>>
>> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> 
> Tested-by: Jerome Brunet <jbrunet@baylibre.com>
> 
>> ---
>>  arch/arm/dts/meson-axg-s400-u-boot.dtsi | 14 ++++++++++++++
>>  1 file changed, 14 insertions(+)
>>  create mode 100644 arch/arm/dts/meson-axg-s400-u-boot.dtsi
>>
>> diff --git a/arch/arm/dts/meson-axg-s400-u-boot.dtsi b/arch/arm/dts/meson-
>> axg-s400-u-boot.dtsi
>> new file mode 100644
>> index 0000000000..c46eb3f38d
>> --- /dev/null
>> +++ b/arch/arm/dts/meson-axg-s400-u-boot.dtsi
>> @@ -0,0 +1,14 @@
>> +// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
>> +/*
>> + * Copyright (c) 2017 Amlogic, Inc. All rights reserved.
>> + */
>> +
>> +/* wifi module */
>> +&sd_emmc_b {
>> +	status = "disabled";
>> +};
>> +
>> +/* emmc storage */
>> +&sd_emmc_c {
>> +	status = "okay";
>> +};
> 
> 

Applied !

Neil

_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

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

end of thread, other threads:[~2018-12-19 15:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-17  9:26 [PATCH u-boot] arm: dts: s400: Fix status for eMMC and SDIO ports Neil Armstrong
2018-12-19 14:44 ` [U-Boot] " Jerome Brunet
2018-12-19 15:18   ` Neil Armstrong

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).