All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 1/1] x86: edison: Mark eMMC non-removable
@ 2021-09-10  7:59 Andy Shevchenko
  2021-09-10 11:35 ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2021-09-10  7:59 UTC (permalink / raw)
  To: Andy Shevchenko, u-boot; +Cc: Simon Glass, Bin Meng

eMMC is non-removable on Intel Edison board. Fix the DTS accordingly.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
---
 arch/x86/dts/edison.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/dts/edison.dts b/arch/x86/dts/edison.dts
index 64b622836377..2c8cf6c07102 100644
--- a/arch/x86/dts/edison.dts
+++ b/arch/x86/dts/edison.dts
@@ -88,6 +88,7 @@
 	emmc: mmc@ff3fc000 {
 		compatible = "intel,sdhci-tangier";
 		reg = <0xff3fc000 0x1000>;
+		non-removable;
 	};
 
 	sdcard: mmc@ff3fa000 {
-- 
2.33.0


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

* Re: [PATCH v1 1/1] x86: edison: Mark eMMC non-removable
  2021-09-10  7:59 [PATCH v1 1/1] x86: edison: Mark eMMC non-removable Andy Shevchenko
@ 2021-09-10 11:35 ` Bin Meng
  2021-09-19  8:04   ` Bin Meng
  0 siblings, 1 reply; 3+ messages in thread
From: Bin Meng @ 2021-09-10 11:35 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: U-Boot Mailing List, Simon Glass

On Fri, Sep 10, 2021 at 3:59 PM Andy Shevchenko
<andriy.shevchenko@linux.intel.com> wrote:
>
> eMMC is non-removable on Intel Edison board. Fix the DTS accordingly.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> ---
>  arch/x86/dts/edison.dts | 1 +
>  1 file changed, 1 insertion(+)
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

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

* Re: [PATCH v1 1/1] x86: edison: Mark eMMC non-removable
  2021-09-10 11:35 ` Bin Meng
@ 2021-09-19  8:04   ` Bin Meng
  0 siblings, 0 replies; 3+ messages in thread
From: Bin Meng @ 2021-09-19  8:04 UTC (permalink / raw)
  To: Andy Shevchenko; +Cc: U-Boot Mailing List, Simon Glass

On Fri, Sep 10, 2021 at 7:35 PM Bin Meng <bmeng.cn@gmail.com> wrote:
>
> On Fri, Sep 10, 2021 at 3:59 PM Andy Shevchenko
> <andriy.shevchenko@linux.intel.com> wrote:
> >
> > eMMC is non-removable on Intel Edison board. Fix the DTS accordingly.
> >
> > Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> > ---
> >  arch/x86/dts/edison.dts | 1 +
> >  1 file changed, 1 insertion(+)
> >
>
> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

applied to u-boot-x86, thanks!

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

end of thread, other threads:[~2021-09-19  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-10  7:59 [PATCH v1 1/1] x86: edison: Mark eMMC non-removable Andy Shevchenko
2021-09-10 11:35 ` Bin Meng
2021-09-19  8:04   ` Bin Meng

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.