Re: [PATCH v2 18/19] ARM: dts: aspeed-romulus: Update Romulus system
From: Joel Stanley <hidden>
Date: 2017-12-20 03:23:01
Also in:
linux-arm-kernel, linux-aspeed, lkml
From: Joel Stanley <hidden>
Date: 2017-12-20 03:23:01
Also in:
linux-arm-kernel, linux-aspeed, lkml
On Mon, Dec 18, 2017 at 8:02 PM, Cédric Le Goater [off-list ref] wrote:
quoted
+}; + +&fmc { + status = "okay"; + + flash@0 { + status = "okay"; + label = "pnor"; + m25p,fast-read; +#include "openbmc-flash-layout.dtsi" + }; +}; + +&spi1 { + status = "okay"; + + pinctrl-names = "default"; + pinctrl-0 = <&pinctrl_spi1_default>; + + flash@0 { + status = "okay"; + label = "pnor"; + m25p,fast-read; }; };hmm, the fmc and spi1 bindings were already added in commit 1142aea9ff9d.quoted
@@ -38,6 +101,7 @@ status = "okay"; m25p,fast-read; label = "bmc"; +#include "openbmc-flash-layout.dtsi"This looks like an extra "fmc" node ?
You're right. It still built and booted too. Good catch. Cheers, Joel -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html