[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <5429DB3D.5080701@codeaurora.org>
Date: Mon, 29 Sep 2014 15:20:45 -0700
From: Stephen Boyd <sboyd@...eaurora.org>
To: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>,
Kumar Gala <galak@...eaurora.org>, devicetree@...r.kernel.org
CC: broonie@...nel.org, lee.jones@...aro.org,
Rob Herring <robh+dt@...nel.org>,
Pawel Moll <pawel.moll@....com>,
Mark Rutland <mark.rutland@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Russell King <linux@....linux.org.uk>,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
arm@...nel.org, linux-arm-msm@...r.kernel.org,
bjorn.andersson@...ymobile.com
Subject: Re: [PATCH 4/4] ARM: DT: apq8064: Add SATA controller support.
On 09/29/14 02:15, Srinivas Kandagatla wrote:
> @@ -396,6 +407,35 @@
> usb-phy = <&usb4_phy>;
> };
>
> + sata_phy0:sata-phy@...00000{
add some spaces here?
> + compatible = "qcom,apq8064-sata-phy";
> + reg = <0x1b400000 0x200>;
> + reg-names = "phy_mem";
> + clocks = <&gcc SATA_PHY_CFG_CLK>;
> + clock-names = "cfg";
> + #phy-cells = <0>;
These two lost the pretty tabs.
> + };
> +
> + sata0: sata@...00000 {
> + compatible = "generic-ahci";
> + reg = <0x29000000 0x180>;
> + interrupts = <0 209 0>;
Sorry I'm nitpicking but it annoys me. Either align it all or don't
align it.
> + clocks = <&gcc SFAB_SATA_S_H_CLK>, <&gcc SATA_H_CLK>,
> + <&gcc SATA_A_CLK>, <&gcc SATA_RXOOB_CLK>,
> + <&gcc SATA_PMALIVE_CLK>;
> +
> + clock-names = "slave_iface", "iface",
> + "bus", "rxoob",
> + "core_pmalive";
> + assigned-clocks = <&gcc SATA_RXOOB_CLK>,
> + <&gcc SATA_PMALIVE_CLK>;
> + assigned-clock-rates = <100000000>, <100000000>;
> +
> + phys = <&sata_phy0>;
> + phy-names = "sata-phy";
> + target-supply = <&pm8921_s4>;
> + };
> +
> /* Temporary fixed regulator */
> vsdcc_fixed: vsdcc-regulator {
> compatible = "regulator-fixed";
--
Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by The Linux Foundation
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists