From c14be2fcce4846ed856e4eb3aee1f803c22a8e04 Mon Sep 17 00:00:00 2001 From: "Milton D. Miller II" Date: Thu, 3 Dec 2015 12:04:34 -0600 Subject: [PATCH] aspeed: correct sram address in ast2400.dtsi The sram reg and name properties were missing a zero. It was more obvious when looking at the platform device names which put the address before the generic name. Signed-off-by: Milton Miller --- arch/arm/boot/dts/ast2400.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/ast2400.dtsi b/arch/arm/boot/dts/ast2400.dtsi index 24e723569c416d..21f4875a77345e 100644 --- a/arch/arm/boot/dts/ast2400.dtsi +++ b/arch/arm/boot/dts/ast2400.dtsi @@ -79,9 +79,9 @@ #size-cells = <1>; ranges; - sram@1e72000 { + sram@1e720000 { compatible = "mmio-sram"; - reg = <0x1e72000 0x8000>; // 32K + reg = <0x1e720000 0x8000>; // 32K }; ibt@1e789140 {