Re: [U-Boot] [PATCH 2/4] EXYNOS5 : FDT: Add Aliases for SPI device

2012-12-04 Thread Rajeshwari Birje
Hi Simon,

Will add the other two SPI ports and submit the patches.

Regards,
Rajeshwari Shinde.

On Tue, Dec 4, 2012 at 6:37 AM, Simon Glass s...@chromium.org wrote:
 Hi Rajeshwari,

 On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde
 rajeshwar...@samsung.com wrote:
 This patch adds aliases for SPI.

 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com
 ---
  board/samsung/dts/exynos5250-smdk5250.dts |3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)

 diff --git a/board/samsung/dts/exynos5250-smdk5250.dts 
 b/board/samsung/dts/exynos5250-smdk5250.dts
 index 1562721..4d51d98 100644
 --- a/board/samsung/dts/exynos5250-smdk5250.dts
 +++ b/board/samsung/dts/exynos5250-smdk5250.dts
 @@ -25,6 +25,9 @@
 i2c5 = /i2c@12cb;
 i2c6 = /i2c@12cc;
 i2c7 = /i2c@12cd;
 +   spi0 = /spi@12d2;
 +   spi1 = /spi@12d3;
 +   spi2 = /spi@12d4;

 Do you plan to support the other two SPI ports?

 };

 sromc@1225 {
 --
 1.7.4.4


 Regards,
 Simon
 ___
 U-Boot mailing list
 U-Boot@lists.denx.de
 http://lists.denx.de/mailman/listinfo/u-boot
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 2/4] EXYNOS5 : FDT: Add Aliases for SPI device

2012-12-03 Thread Rajeshwari Shinde
This patch adds aliases for SPI.

Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com
---
 board/samsung/dts/exynos5250-smdk5250.dts |3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/board/samsung/dts/exynos5250-smdk5250.dts 
b/board/samsung/dts/exynos5250-smdk5250.dts
index 1562721..4d51d98 100644
--- a/board/samsung/dts/exynos5250-smdk5250.dts
+++ b/board/samsung/dts/exynos5250-smdk5250.dts
@@ -25,6 +25,9 @@
i2c5 = /i2c@12cb;
i2c6 = /i2c@12cc;
i2c7 = /i2c@12cd;
+   spi0 = /spi@12d2;
+   spi1 = /spi@12d3;
+   spi2 = /spi@12d4;
};
 
sromc@1225 {
-- 
1.7.4.4

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 2/4] EXYNOS5 : FDT: Add Aliases for SPI device

2012-12-03 Thread Simon Glass
Hi Rajeshwari,

On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde
rajeshwar...@samsung.com wrote:
 This patch adds aliases for SPI.

 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com
 ---
  board/samsung/dts/exynos5250-smdk5250.dts |3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)

 diff --git a/board/samsung/dts/exynos5250-smdk5250.dts 
 b/board/samsung/dts/exynos5250-smdk5250.dts
 index 1562721..4d51d98 100644
 --- a/board/samsung/dts/exynos5250-smdk5250.dts
 +++ b/board/samsung/dts/exynos5250-smdk5250.dts
 @@ -25,6 +25,9 @@
 i2c5 = /i2c@12cb;
 i2c6 = /i2c@12cc;
 i2c7 = /i2c@12cd;
 +   spi0 = /spi@12d2;
 +   spi1 = /spi@12d3;
 +   spi2 = /spi@12d4;

Do you plan to support the other two SPI ports?

 };

 sromc@1225 {
 --
 1.7.4.4


Regards,
Simon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot