[PATCH v4 1/3] ARM: mach-shmobile: r8a7779: SATA DT configuration
Sergei Shtylyov
sergei.shtylyov at cogentembedded.com
Wed Feb 27 15:34:36 EST 2013
From: Vladimir Barinov <vladimir.barinov at cogentembedded.com>
Allow configuration of the r8a7779 SoC SATA controller using a flattened device
tree.
Signed-off-by: Vladimir Barinov <vladimir.barinov at cogentembedded.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov at cogentembedded.com>
---
Changes since v3:
- refreshed against the recent 'next' branch.
Changes since v1:
- removed "0x" from the node name.
arch/arm/boot/dts/r8a7779.dtsi | 7 +++++++
1 file changed, 7 insertions(+)
Index: renesas/arch/arm/boot/dts/r8a7779.dtsi
===================================================================
--- renesas.orig/arch/arm/boot/dts/r8a7779.dtsi
+++ renesas/arch/arm/boot/dts/r8a7779.dtsi
@@ -83,4 +83,11 @@
interrupt-parent = <&gic>;
interrupts = <0 81 0x4>;
};
+
+ sata: sata at fc600000 {
+ compatible = "renesas,rcar-sata";
+ reg = <0xfc600000 0x2000>;
+ interrupt-parent = <&gic>;
+ interrupts = <0 100 0x4>;
+ };
};
More information about the linux-arm-kernel
mailing list