diff mbox series

ARM: dts: aspeed: fp5280g2: Use the 64M layout

Message ID 20211014072743.939293-1-wangzhiqiang02@inspur.com
State New
Headers show
Series ARM: dts: aspeed: fp5280g2: Use the 64M layout | expand

Commit Message

John Wang Oct. 14, 2021, 7:27 a.m. UTC
Use the 64M layout since the flash on the board is 64M

Signed-off-by: John Wang <wangzhiqiang02@inspur.com>
---
 arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Joel Stanley Oct. 14, 2021, 7:55 a.m. UTC | #1
On Thu, 14 Oct 2021 at 07:27, John Wang <wangzq.jn@gmail.com> wrote:
>
> Use the 64M layout since the flash on the board is 64M
>
> Signed-off-by: John Wang <wangzhiqiang02@inspur.com>

Thanks, merged to dev-5.14. I've also put it in the tree for v5.16.

Cheers,

Joel

> ---
>  arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
> index 1752f3250e44..4574dcd72df8 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
> @@ -245,7 +245,7 @@ flash@0 {
>                 label = "bmc";
>                 m25p,fast-read;
>                 spi-max-frequency = <50000000>;
> -#include "openbmc-flash-layout.dtsi"
> +#include "openbmc-flash-layout-64.dtsi"
>         };
>  };
>
> --
> 2.30.2
>
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
index 1752f3250e44..4574dcd72df8 100644
--- a/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-inspur-fp5280g2.dts
@@ -245,7 +245,7 @@  flash@0 {
 		label = "bmc";
 		m25p,fast-read;
 		spi-max-frequency = <50000000>;
-#include "openbmc-flash-layout.dtsi"
+#include "openbmc-flash-layout-64.dtsi"
 	};
 };