From f68ce9e9ac13d8faff335ff860dc92d75f39a356 Mon Sep 17 00:00:00 2001 From: Peng Ma Date: Wed, 29 May 2019 02:40:47 +0000 Subject: [PATCH] ARM: dts: ls1021a: Fixed reg for sata node This patch is to fixed the reg read to "0" for armv7 architecture. Signed-off-by: Peng Ma Reviewed-by: Prabhakar Kushwaha --- arch/arm/dts/ls1021a.dtsi | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/arch/arm/dts/ls1021a.dtsi b/arch/arm/dts/ls1021a.dtsi index 8a0f473e25..7fb24ab687 100644 --- a/arch/arm/dts/ls1021a.dtsi +++ b/arch/arm/dts/ls1021a.dtsi @@ -406,8 +406,7 @@ sata: sata@3200000 { compatible = "fsl,ls1021a-ahci"; - reg = <0x0 0x3200000 0x0 0x10000 /* ccsr sata base */ - 0x0 0x20220520 0x0 0x4>; /* ecc sata addr*/ + reg = <0x3200000 0x10000 0x20220520 0x4>; reg-names = "sata-base", "ecc-addr"; interrupts = <0 101 4>; status = "disabled"; -- 2.30.2