Skip to content

Commit

Permalink
ARM: mach-shmobile: r8a7779: SATA DT configuration
Browse files Browse the repository at this point in the history
Allow configuration of the r8a7779 SoC SATA controller using a flattened device
tree.

Signed-off-by: Vladimir Barinov <vladimir.barinov@cogentembedded.com>
Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
  • Loading branch information
Vladimir Barinov authored and Simon Horman committed Mar 12, 2013
1 parent 25a6597 commit 7840a65
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions arch/arm/boot/dts/r8a7779.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,11 @@
compatible = "renesas,rcar-thermal";
reg = <0xffc48000 0x38>;
};

sata: sata@fc600000 {
compatible = "renesas,rcar-sata";
reg = <0xfc600000 0x2000>;
interrupt-parent = <&gic>;
interrupts = <0 100 0x4>;
};
};

0 comments on commit 7840a65

Please sign in to comment.