[PATCH linux] aspeed: correct sram address in ast2400.dtsi
OpenBMC Patches
openbmc-patches at stwcx.xyz
Thu Dec 10 12:30:27 AEDT 2015
From: "Milton D. Miller II" <miltonm at us.ibm.com>
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 <miltonm at us.ibm.com>
---
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 24e7235..21f4875 100644
--- a/arch/arm/boot/dts/ast2400.dtsi
+++ b/arch/arm/boot/dts/ast2400.dtsi
@@ -79,9 +79,9 @@
#size-cells = <1>;
ranges;
- sram at 1e72000 {
+ sram at 1e720000 {
compatible = "mmio-sram";
- reg = <0x1e72000 0x8000>; // 32K
+ reg = <0x1e720000 0x8000>; // 32K
};
ibt at 1e789140 {
--
2.6.3
More information about the openbmc
mailing list