[PATCH] ARM: dts: lan966x: keep lan966 entries alphabetically sorted

Claudiu Beznea posted 1 patch 3 years, 8 months ago
arch/arm/boot/dts/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: lan966x: keep lan966 entries alphabetically sorted
Posted by Claudiu Beznea 3 years, 8 months ago
Keep LAN966 entries alphabetically sorted.

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
---

This is based on [1] which is at the moment only in at91-dt branch.

Thank you,
Claudiu Beznea

[1] https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git/commit/?h=at91-dt&id=6239b21bbc538e94a4362eb21b0d1479e2a0a1df

 arch/arm/boot/dts/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
index 6a6166e3a405..f12c5c1b1c93 100644
--- a/arch/arm/boot/dts/Makefile
+++ b/arch/arm/boot/dts/Makefile
@@ -770,9 +770,9 @@ dtb-$(CONFIG_SOC_IMX7ULP) += \
 dtb-$(CONFIG_SOC_IMXRT) += \
 	imxrt1050-evk.dtb
 dtb-$(CONFIG_SOC_LAN966) += \
-	lan966x-pcb8291.dtb \
 	lan966x-kontron-kswitch-d10-mmt-6g-2gs.dtb \
 	lan966x-kontron-kswitch-d10-mmt-8g.dtb \
+	lan966x-pcb8291.dtb \
 	lan966x-pcb8309.dtb
 dtb-$(CONFIG_SOC_LS1021A) += \
 	ls1021a-iot.dtb \
-- 
2.34.1
Re: [PATCH] ARM: dts: lan966x: keep lan966 entries alphabetically sorted
Posted by Claudiu.Beznea@microchip.com 3 years, 8 months ago
On 26.07.2022 11:49, Claudiu Beznea wrote:
> Keep LAN966 entries alphabetically sorted.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>

Applied to at91-dt, thanks!

> ---
> 
> This is based on [1] which is at the moment only in at91-dt branch.
> 
> Thank you,
> Claudiu Beznea
> 
> [1] https://git.kernel.org/pub/scm/linux/kernel/git/at91/linux.git/commit/?h=at91-dt&id=6239b21bbc538e94a4362eb21b0d1479e2a0a1df
> 
>  arch/arm/boot/dts/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile
> index 6a6166e3a405..f12c5c1b1c93 100644
> --- a/arch/arm/boot/dts/Makefile
> +++ b/arch/arm/boot/dts/Makefile
> @@ -770,9 +770,9 @@ dtb-$(CONFIG_SOC_IMX7ULP) += \
>  dtb-$(CONFIG_SOC_IMXRT) += \
>  	imxrt1050-evk.dtb
>  dtb-$(CONFIG_SOC_LAN966) += \
> -	lan966x-pcb8291.dtb \
>  	lan966x-kontron-kswitch-d10-mmt-6g-2gs.dtb \
>  	lan966x-kontron-kswitch-d10-mmt-8g.dtb \
> +	lan966x-pcb8291.dtb \
>  	lan966x-pcb8309.dtb
>  dtb-$(CONFIG_SOC_LS1021A) += \
>  	ls1021a-iot.dtb \

Re: [PATCH] ARM: dts: lan966x: keep lan966 entries alphabetically sorted
Posted by Krzysztof Kozlowski 3 years, 8 months ago
On 26/07/2022 10:49, Claudiu Beznea wrote:
> Keep LAN966 entries alphabetically sorted.
> 
> Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
> ---
> 
> This is based on [1] which is at the moment only in at91-dt branch.


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof