Hi,

> diff --git a/target/linux/at91/image/sama5.mk
> b/target/linux/at91/image/sama5.mk
> index d02d09e835ec..af1ef44dc83a 100644
> --- a/target/linux/at91/image/sama5.mk
> +++ b/target/linux/at91/image/sama5.mk
> @@ -87,6 +87,17 @@ define Device/microchip_sama5d27-som1-ek  endef
> TARGET_DEVICES += microchip_sama5d27-som1-ek
> 
> +define Device/microchip_sama5d27-wlsom1-ek
> +  $(Device/evaluation-dtb)
> +  DEVICE_VENDOR := Microchip
> +  DEVICE_MODEL := SAMA5D27 WSOM1 Ek
> +  DEVICE_DTS := at91-sama5d27_wlsom1_ek
> +  SUPPORTED_DEVICES := microchip,sama5d27-wlsom1-ek

SUPPORTED_DEVICES can be dropped here as well, see my other e-mail.

[...]

> ++    pinctrl_qspi1_default: qspi1_default {
> ++            pinmux = <PIN_PB5__QSPI1_SCK>,
> ++                     <PIN_PB6__QSPI1_CS>,
> ++                     <PIN_PB7__QSPI1_IO0>,
> ++                     <PIN_PB8__QSPI1_IO1>,
> ++                     <PIN_PB9__QSPI1_IO2>,
> ++                     <PIN_PB10__QSPI1_IO3>;
> ++            bias-pull-up;
> ++    };
> ++};
> ++
> +--- /dev/null
> ++++ b/arch/arm/boot/dts/at91-sama5d27_wlsom1_ek.dts

Please don't add empty lines at EOF. Just a new line.

Best

Adrian
 

Attachment: openpgp-digital-signature.asc
Description: PGP signature

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to