diff mbox series

ARM: dts: socfpga: Fix SDRAM node address for Arria10

Message ID 1537888870-357-1-git-send-email-thor.thayer@linux.intel.com (mailing list archive)
State New, archived
Headers show
Series ARM: dts: socfpga: Fix SDRAM node address for Arria10 | expand

Commit Message

Thor Thayer Sept. 25, 2018, 3:21 p.m. UTC
From: Thor Thayer <thor.thayer@linux.intel.com>

The address in the SDRAM node was incorrect. Fix this to agree with the
correct address and to match the reg definition block.

Cc: stable@vger.kernel.org
Fixes: 54b4a8f57848b("arm: socfpga: dts: Add Arria10 SDRAM EDAC DTS support")
Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
---
 arch/arm/boot/dts/socfpga_arria10.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Thor Thayer Oct. 26, 2018, 8:14 p.m. UTC | #1
Gentle ping.

On 9/25/18 10:21 AM, thor.thayer@linux.intel.com wrote:
> From: Thor Thayer <thor.thayer@linux.intel.com>
> 
> The address in the SDRAM node was incorrect. Fix this to agree with the
> correct address and to match the reg definition block.
> 
> Cc: stable@vger.kernel.org
> Fixes: 54b4a8f57848b("arm: socfpga: dts: Add Arria10 SDRAM EDAC DTS support")
> Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
> ---
>   arch/arm/boot/dts/socfpga_arria10.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
> index 791ca15c799e..bd1985694bca 100644
> --- a/arch/arm/boot/dts/socfpga_arria10.dtsi
> +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
> @@ -601,7 +601,7 @@
>   			status = "disabled";
>   		};
>   
> -		sdr: sdr@ffc25000 {
> +		sdr: sdr@ffcfb100 {
>   			compatible = "altr,sdr-ctl", "syscon";
>   			reg = <0xffcfb100 0x80>;
>   		};
>
Dinh Nguyen Oct. 26, 2018, 8:52 p.m. UTC | #2
On 10/26/2018 03:14 PM, Thor Thayer wrote:
> Gentle ping.
> 
> On 9/25/18 10:21 AM, thor.thayer@linux.intel.com wrote:
>> From: Thor Thayer <thor.thayer@linux.intel.com>
>>
>> The address in the SDRAM node was incorrect. Fix this to agree with the
>> correct address and to match the reg definition block.
>>
>> Cc: stable@vger.kernel.org
>> Fixes: 54b4a8f57848b("arm: socfpga: dts: Add Arria10 SDRAM EDAC DTS
>> support")
>> Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
>> ---
>>   arch/arm/boot/dts/socfpga_arria10.dtsi | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)

This is already in arm-soc/next/dt and should land in v4.20-rc1.

Dinh
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi
index 791ca15c799e..bd1985694bca 100644
--- a/arch/arm/boot/dts/socfpga_arria10.dtsi
+++ b/arch/arm/boot/dts/socfpga_arria10.dtsi
@@ -601,7 +601,7 @@ 
 			status = "disabled";
 		};
 
-		sdr: sdr@ffc25000 {
+		sdr: sdr@ffcfb100 {
 			compatible = "altr,sdr-ctl", "syscon";
 			reg = <0xffcfb100 0x80>;
 		};