Re: [PATCH v4 4/6] ARM: dts: s700: add MMC/SD controller node

2022-01-18 Thread Tom Rini
On Sun, Nov 28, 2021 at 05:02:23PM +0530, Amit Singh Tomar wrote:

> From: Amit Singh Tomar 
> 
> This patch adds node for mmc/sd controller found on Action Semi OWL
> S700 SoC.
> 
> Since, upstream Linux binding has not been merged for S700 MMC/SD
> controller, Changes are put in u-boot specific dtsi file.
> 
> Signed-off-by: Amit Singh Tomar 

Applied to u-boot/master, thanks!

-- 
Tom


signature.asc
Description: PGP signature


Re: [PATCH v4 4/6] ARM: dts: s700: add MMC/SD controller node

2022-01-05 Thread Tom Rini
On Sun, Nov 28, 2021 at 05:02:23PM +0530, Amit Singh Tomar wrote:

> From: Amit Singh Tomar 
> 
> This patch adds node for mmc/sd controller found on Action Semi OWL
> S700 SoC.
> 
> Since, upstream Linux binding has not been merged for S700 MMC/SD
> controller, Changes are put in u-boot specific dtsi file.
> 
> Signed-off-by: Amit Singh Tomar 

This leads to:
arch/arm/dts/s700-cubieboard7.dtb: ERROR (phandle_references):
/soc/mmc@e021 : Reference to non-existent node or label "dma"

Please rebase on top of current next, thanks.

-- 
Tom


signature.asc
Description: PGP signature


[PATCH v4 4/6] ARM: dts: s700: add MMC/SD controller node

2021-11-28 Thread Amit Singh Tomar
From: Amit Singh Tomar 

This patch adds node for mmc/sd controller found on Action Semi OWL
S700 SoC.

Since, upstream Linux binding has not been merged for S700 MMC/SD
controller, Changes are put in u-boot specific dtsi file.

Signed-off-by: Amit Singh Tomar 
---
Changes since previous versions
* No change.
---
 arch/arm/dts/s700-u-boot.dtsi | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/dts/s700-u-boot.dtsi b/arch/arm/dts/s700-u-boot.dtsi
index 1b2768272c62..3c3396bccf11 100644
--- a/arch/arm/dts/s700-u-boot.dtsi
+++ b/arch/arm/dts/s700-u-boot.dtsi
@@ -19,6 +19,16 @@
status = "okay";
 };
 
+   mmc0: mmc@e021 {
+   compatible = "actions,s700-mmc", "actions,owl-mmc";
+   reg = <0x0 0xe021 0x0 0x4000>;
+   interrupts = ;
+   clocks = < CLK_SD0>;
+   dmas = < 2>;
+   dma-names = "mmc";
+   bus-width = <4>;
+   status = "okay";
+   };
};
 };
 
-- 
2.27.0