public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ARM: dts: mxs: Add missing address and size cells in SSP3
@ 2012-09-03  9:28 Maxime Ripard
  2012-09-03  9:28 ` [PATCH 2/3] ARM: dts: mxs Add additionnal muxing options for SSP3 Maxime Ripard
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Maxime Ripard @ 2012-09-03  9:28 UTC (permalink / raw)
  To: linux-arm-kernel

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
---
 arch/arm/boot/dts/imx28.dtsi |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/imx28.dtsi b/arch/arm/boot/dts/imx28.dtsi
index 26a166c..8497a0e 100644
--- a/arch/arm/boot/dts/imx28.dtsi
+++ b/arch/arm/boot/dts/imx28.dtsi
@@ -86,6 +86,8 @@
 			};
 
 			ssp0: ssp at 80010000 {
+				#address-cells = <1>;
+				#size-cells = <0>;
 				reg = <0x80010000 2000>;
 				interrupts = <96 82>;
 				fsl,ssp-dma-channel = <0>;
@@ -93,6 +95,8 @@
 			};
 
 			ssp1: ssp at 80012000 {
+				#address-cells = <1>;
+				#size-cells = <0>;
 				reg = <0x80012000 2000>;
 				interrupts = <97 83>;
 				fsl,ssp-dma-channel = <1>;
@@ -100,6 +104,8 @@
 			};
 
 			ssp2: ssp at 80014000 {
+				#address-cells = <1>;
+				#size-cells = <0>;
 				reg = <0x80014000 2000>;
 				interrupts = <98 84>;
 				fsl,ssp-dma-channel = <2>;
@@ -107,6 +113,8 @@
 			};
 
 			ssp3: ssp at 80016000 {
+				#address-cells = <1>;
+				#size-cells = <0>;
 				reg = <0x80016000 2000>;
 				interrupts = <99 85>;
 				fsl,ssp-dma-channel = <3>;
-- 
1.7.9.5

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

end of thread, other threads:[~2012-09-03 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-03  9:28 [PATCH 1/3] ARM: dts: mxs: Add missing address and size cells in SSP3 Maxime Ripard
2012-09-03  9:28 ` [PATCH 2/3] ARM: dts: mxs Add additionnal muxing options for SSP3 Maxime Ripard
2012-09-03  9:28 ` [PATCH 3/3] dts: mxs: spi: Add SSP3 to the 10049 board Maxime Ripard
2012-09-03  9:35 ` [PATCH 1/3] ARM: dts: mxs: Add missing address and size cells in SSP3 Uwe Kleine-König
2012-09-03 10:06   ` Maxime Ripard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox