On Mon, Jul 30, 2018 at 09:33:38AM +0200, Wolfram Sang wrote:
> From: Takeshi Kihara <[email protected]>
>
> This patch adds SATA controller node for the R8A77965 SoC.
>
> Signed-off-by: Takeshi Kihara <[email protected]>
> [wsa: rebased to upstream base]
> Reviewed-by: Geert Uytterhoeven <[email protected]>
> Signed-off-by: Wolfram Sang <[email protected]>
> ---
>
> Changes since v1:
> * sorted it according to address (Thanks, Geert!)
> * added Geert's tag
>
> arch/arm64/boot/dts/renesas/r8a77965.dtsi | 11 +++++++++++
> 1 file changed, 11 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/renesas/r8a77965.dtsi
> b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
> index 0cd44461a0bd..bf22efb82cbf 100644
> --- a/arch/arm64/boot/dts/renesas/r8a77965.dtsi
> +++ b/arch/arm64/boot/dts/renesas/r8a77965.dtsi
> @@ -1507,6 +1507,17 @@
> status = "disabled";
> };
>
> + sata: sata@ee300000 {
> + compatible = "renesas,sata-r8a77965",
> + "renesas,rcar-gen3-sata";
> + reg = <0 0xee300000 0 0x200000>;
> + interrupts = <GIC_SPI 105 IRQ_TYPE_LEVEL_HIGH>;
> + clocks = <&cpg CPG_MOD 815>;
> + power-domains = <&sysc R8A77965_PD_ALWAYS_ON>;
> + resets = <&cpg 815>;
> + status = "disabled";
Is it intentional that there is no iommus property here?
> + };
> +
> gic: interrupt-controller@f1010000 {
> compatible = "arm,gic-400";
> #interrupt-cells = <3>;
> --
> 2.11.0
>