From mboxrd@z Thu Jan 1 00:00:00 1970 From: Maxime Ripard Subject: Re: [PATCH v4 12/13] ARM: dts: sun4i: a10: add sata-port/sata-phy nodes Date: Fri, 31 Aug 2018 09:37:24 +0200 Message-ID: <20180831073724.kuw5tb6yypb4pmkp@flea> References: <20180830190120.722-1-clabbe.montjoie@gmail.com> <20180830190120.722-13-clabbe.montjoie@gmail.com> Reply-To: maxime.ripard-LDxbnhwyfcJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="ke4krpggj66q5zwd" Return-path: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Content-Disposition: inline In-Reply-To: <20180830190120.722-13-clabbe.montjoie-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> List-Post: , List-Help: , List-Archive: , List-Unsubscribe: , To: Corentin Labbe Cc: axboe-tSWWG44O7X1aa/9Udqfwiw@public.gmane.org, hdegoede-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org, kishon-l0cyMroinI0@public.gmane.org, mark.rutland-5wv7dgnIgG8@public.gmane.org, robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org, wens-jdAy2FN1RRM@public.gmane.org, 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: devicetree@vger.kernel.org --ke4krpggj66q5zwd Content-Type: text/plain; charset="UTF-8" Content-Disposition: inline On Thu, Aug 30, 2018 at 09:01:19PM +0200, Corentin Labbe wrote: > This patch convert sun4i-a10 sata to the new binding which use a sata > phy node. > > Signed-off-by: Corentin Labbe > --- > arch/arm/boot/dts/sun4i-a10.dtsi | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dts/sun4i-a10.dtsi > index 3d62a8950720..52d5c2e79499 100644 > --- a/arch/arm/boot/dts/sun4i-a10.dtsi > +++ b/arch/arm/boot/dts/sun4i-a10.dtsi > @@ -556,7 +556,20 @@ > reg = <0x01c18000 0x1000>; > interrupts = <56>; > clocks = <&ccu CLK_AHB_SATA>, <&ccu CLK_SATA>; > + #address-cells = <1>; > + #size-cells = <0>; > status = "disabled"; > + > + sata_port: sata-port@0 { > + reg = <0>; > + phys = <&sata_phy>; > + }; > + }; > + > + sata_phy: sata_phy@1c180c0 { > + compatible = "allwinner,sun4i-a10-sata-phy"; > + reg = <0x01c180c0 0x200>; > + #phy-cells = <0>; > }; This patch, together with the following one, breaks the DT ABI, this isn't something we can do anymore. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com --ke4krpggj66q5zwd--