From: Peng Ma Date: Mon, 23 Dec 2019 09:28:18 +0000 (+0000) Subject: arch: powerpc: Rewrite the sata node to fit the driver X-Git-Tag: v2020.04-rc3~1^2 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ce92b89c4005d8c712e166fba98ea4207f1391e2;p=oweals%2Fu-boot.git arch: powerpc: Rewrite the sata node to fit the driver The sata of our powerpc platforms are updated. These changes is to fit the driver probe. Signed-off-by: Peng Ma Reviewed-by: Stefan Roese Reviewed-by: Priyanka Jain --- diff --git a/arch/powerpc/dts/t2080.dtsi b/arch/powerpc/dts/t2080.dtsi index 999fa8cec4..458019ae92 100644 --- a/arch/powerpc/dts/t2080.dtsi +++ b/arch/powerpc/dts/t2080.dtsi @@ -88,20 +88,13 @@ phy_type = "utmi"; }; - sata0: sata@220000 { + sata: sata@220000 { compatible = "fsl,pq-sata-v2"; reg = <0x220000 0x1000>; interrupts = <68 0x2 0 0>; - sata-number = <0x0>; - sata-fpdma = <0x0>; - }; - - sata1: sata@221000 { - compatible = "fsl,pq-sata-v2"; - reg = <0x221000 0x1000>; - interrupts = <69 0x2 0 0>; - sata-number = <0x0>; - sata-fpdma = <0x0>; + sata-offset = <0x1000>; + sata-number = <2>; + sata-fpdma = <0>; }; };