From mboxrd@z Thu Jan 1 00:00:00 1970 From: Corentin Labbe Subject: [PATCH v4 05/13] dt-bindings: phy: document sun4i-a10-sata-phy Date: Thu, 30 Aug 2018 21:01:12 +0200 Message-ID: <20180830190120.722-6-clabbe.montjoie@gmail.com> References: <20180830190120.722-1-clabbe.montjoie@gmail.com> Reply-To: clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org In-Reply-To: <20180830190120.722-1-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org, hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, kishon-l0cyMroinI0@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, wens-jdAy2FN1RRM@public.gmane.org, clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Id: linux-ide@vger.kernel.org This patch document the sun4i-a10-sata-phy bindings. Signed-off-by: Corentin Labbe --- .../devicetree/bindings/phy/sun4i-sata-phy.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/sun4i-sata-phy.txt diff --git a/Documentation/devicetree/bindings/phy/sun4i-sata-phy.txt b/Documentation/devicetree/bindings/phy/sun4i-sata-phy.txt new file mode 100644 index 000000000000..f031542717c1 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/sun4i-sata-phy.txt @@ -0,0 +1,20 @@ +Allwinner sun4i SATA PHY +----------------------- + +Required properties: +- compatible : should be one of + * allwinner,sun4i-a10-sata-phy + * allwinner,sun8i-r40-sata-phy +- reg : a list of offset + length pairs +- #phy-cells : from the generic phy bindings, must be 0 + +Optional properties: +- phy-supply : from the generic phy bindings, a phandle to a regulator that + provides power to the PHY. + +Example: + sata_phy0: sata-phy@a01800 { + compatible = "allwinner,sun8i-r40-sata-phy"; + reg = <0x00a01800 0x4>; + #phy-cells = <0>; + }; -- 2.16.4