[PATCH linux] ARM: dts: aspeed-g5: Update zaius with new spi-nor binding

Joel Stanley joel at jms.id.au
Wed Nov 2 10:45:13 AEDT 2016


Hey Xo,

On Wed, Nov 2, 2016 at 10:00 AM, Xo Wang <xow at google.com> wrote:

> +&spi1 {
> +       status = "okay";
> +       pinctrl-names = "default";
> +       pinctrl-0 = <&pinctrl_spi1_default>;
> +
> +       flash at 0 {
> +               status = "okay";
> +               label = "pnor";
> +       };
> +};
> +
> +&spi2 {
> +       status = "okay";

I think we want to request the pins here. Something like this:

+
+         pinctrl-names = "default";
+         pinctrl-0 = <&pinctrl_spi2ck_default
+                         &pinctrl_spi2cs0_default
+                         &pinctrl_spi2cs1_default
+                         &pinctrl_spi2miso_default
+                         &pinctrl_spi2mosi_default>;
+

Can you try that and do a test boot on your hardware?

Cheers,

Joel

> +       flash at 0 {
> +               status = "okay";
> +       };
> +};
> +


More information about the openbmc mailing list