[U-Boot] [PATCH 3/4] EXYNOS5: FDT: Add SPI device node data

2012-12-03 Thread Rajeshwari Shinde
Add SPI device node data for exynos.

Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com
---
 arch/arm/dts/exynos5250.dtsi |   25 +
 1 files changed, 25 insertions(+), 0 deletions(-)

diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
index 3f750f0..e8ecf3f 100644
--- a/arch/arm/dts/exynos5250.dtsi
+++ b/arch/arm/dts/exynos5250.dtsi
@@ -102,4 +102,29 @@
compatible = samsung,exynos-sound;
reg = 0x12d6 0x20;
};
+
+   spi@12d2 {
+   #address-cells = 1;
+   #size-cells = 0;
+   compatible = samsung,exynos-spi;
+   reg = 0x12d2 0x30;
+   interrupts = 0 68 0;
+   };
+
+   spi@12d3 {
+   #address-cells = 1;
+   #size-cells = 0;
+   compatible = samsung,exynos-spi;
+   reg = 0x12d3 0x30;
+   interrupts = 0 69 0;
+   };
+
+   spi@12d4 {
+   #address-cells = 1;
+   #size-cells = 0;
+   compatible = samsung,exynos-spi;
+   reg = 0x12d4 0x30;
+   clock-frequency = 5000;
+   interrupts = 0 70 0;
+};
 };
-- 
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 3/4] EXYNOS5: FDT: Add SPI device node data

2012-12-03 Thread Simon Glass
On Mon, Dec 3, 2012 at 2:40 AM, Rajeshwari Shinde
rajeshwar...@samsung.com wrote:
 Add SPI device node data for exynos.

 Signed-off-by: Rajeshwari Shinde rajeshwar...@samsung.com
 ---
  arch/arm/dts/exynos5250.dtsi |   25 +
  1 files changed, 25 insertions(+), 0 deletions(-)

 diff --git a/arch/arm/dts/exynos5250.dtsi b/arch/arm/dts/exynos5250.dtsi
 index 3f750f0..e8ecf3f 100644
 --- a/arch/arm/dts/exynos5250.dtsi
 +++ b/arch/arm/dts/exynos5250.dtsi
 @@ -102,4 +102,29 @@
 compatible = samsung,exynos-sound;
 reg = 0x12d6 0x20;
 };
 +
 +   spi@12d2 {
 +   #address-cells = 1;
 +   #size-cells = 0;
 +   compatible = samsung,exynos-spi;
 +   reg = 0x12d2 0x30;
 +   interrupts = 0 68 0;
 +   };
 +
 +   spi@12d3 {
 +   #address-cells = 1;
 +   #size-cells = 0;
 +   compatible = samsung,exynos-spi;
 +   reg = 0x12d3 0x30;
 +   interrupts = 0 69 0;
 +   };
 +
 +   spi@12d4 {
 +   #address-cells = 1;
 +   #size-cells = 0;
 +   compatible = samsung,exynos-spi;
 +   reg = 0x12d4 0x30;
 +   clock-frequency = 5000;
 +   interrupts = 0 70 0;
 +};

Don't we have support for the other two SPI ports?

  };
 --
 1.7.4.4


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