From: Shiji Yang Date: Sat, 29 Nov 2025 17:02:12 +0000 (+0100) Subject: ipq40xx: convert CRLF line-ending to LF for Linksys MR6350 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1aee2f5567e86b377c94d374929bc26e251bb3d7;p=openwrt%2Fstaging%2Fxback.git ipq40xx: convert CRLF line-ending to LF for Linksys MR6350 Use Unix LF style instead of Windows CRLF style. Fixes: 00bb18b851df ("ipq40xx: Add support for Linksys MR6350") Signed-off-by: Shiji Yang Link: https://github.com/openwrt/openwrt/pull/20973 Signed-off-by: Robert Marko --- diff --git a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-mr6350.dts b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-mr6350.dts index e9732a37cb..d936e720e4 100644 --- a/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-mr6350.dts +++ b/target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-mr6350.dts @@ -1,114 +1,114 @@ -// SPDX-License-Identifier: GPL-2.0-or-later OR MIT - -#include "qcom-ipq4019-xx8300.dtsi" -#include - -/ { - model = "Linksys MR6350"; - compatible = "linksys,mr6350", "qcom,ipq4019"; - - aliases { - led-boot = &led_blue; - led-failsafe = &led_red; - led-running = &led_green; - led-upgrade = &led_blue; - serial0 = &blsp1_uart1; - }; - - // Top panel LEDs, above Linksys logo - leds { - compatible = "gpio-leds"; - - led_blue: led-blue { - color = ; - function = LED_FUNCTION_STATUS; - gpios = <&tlmm 46 GPIO_ACTIVE_LOW>; - }; - - led_red: led-red { - color = ; - function = LED_FUNCTION_STATUS; - gpios = <&tlmm 47 GPIO_ACTIVE_HIGH>; - panic-indicator; - }; - - led_green: led-green { - color = ; - function = LED_FUNCTION_STATUS; - gpios = <&tlmm 49 GPIO_ACTIVE_HIGH>; - }; - }; - - keys { - compatible = "gpio-keys"; - - button-reset { - label = "reset"; - linux,code = ; - gpios = <&tlmm 50 GPIO_ACTIVE_LOW>; - }; - - button-wps { - label = "wps"; - linux,code = ; - gpios = <&tlmm 18 GPIO_ACTIVE_LOW>; - }; - }; -}; - -&mdio { - status = "okay"; - pinctrl-0 = <&mdio_pins>; - pinctrl-names = "default"; - reset-gpios = <&tlmm 54 GPIO_ACTIVE_LOW>; - reset-delay-us = <2000>; - reset-post-delay-us = <5000>; -}; - -&tlmm { - status = "okay"; - - mdio_pins: mdio_pinmux { - mdio { - pins = "gpio6"; - function = "mdio"; - bias-pull-up; - }; - - mdc { - pins = "gpio7"; - function = "mdc"; - bias-pull-up; - }; - }; -}; - -&wifi0 { - status = "okay"; - qcom,ath10k-calibration-variant = "linksys-mr6350"; -}; - -&wifi1 { - status = "okay"; - qcom,ath10k-calibration-variant = "linksys-mr6350"; -}; - -&swport1 { - label = "wan"; -}; - -&swport2 { - label = "lan1"; -}; - -&swport3 { - label = "lan2"; -}; - -&swport4 { - label = "lan3"; -}; - -&swport5 { - label = "lan4"; -}; +// SPDX-License-Identifier: GPL-2.0-or-later OR MIT + +#include "qcom-ipq4019-xx8300.dtsi" +#include + +/ { + model = "Linksys MR6350"; + compatible = "linksys,mr6350", "qcom,ipq4019"; + + aliases { + led-boot = &led_blue; + led-failsafe = &led_red; + led-running = &led_green; + led-upgrade = &led_blue; + serial0 = &blsp1_uart1; + }; + + // Top panel LEDs, above Linksys logo + leds { + compatible = "gpio-leds"; + + led_blue: led-blue { + color = ; + function = LED_FUNCTION_STATUS; + gpios = <&tlmm 46 GPIO_ACTIVE_LOW>; + }; + + led_red: led-red { + color = ; + function = LED_FUNCTION_STATUS; + gpios = <&tlmm 47 GPIO_ACTIVE_HIGH>; + panic-indicator; + }; + + led_green: led-green { + color = ; + function = LED_FUNCTION_STATUS; + gpios = <&tlmm 49 GPIO_ACTIVE_HIGH>; + }; + }; + + keys { + compatible = "gpio-keys"; + + button-reset { + label = "reset"; + linux,code = ; + gpios = <&tlmm 50 GPIO_ACTIVE_LOW>; + }; + + button-wps { + label = "wps"; + linux,code = ; + gpios = <&tlmm 18 GPIO_ACTIVE_LOW>; + }; + }; +}; + +&mdio { + status = "okay"; + pinctrl-0 = <&mdio_pins>; + pinctrl-names = "default"; + reset-gpios = <&tlmm 54 GPIO_ACTIVE_LOW>; + reset-delay-us = <2000>; + reset-post-delay-us = <5000>; +}; + +&tlmm { + status = "okay"; + + mdio_pins: mdio_pinmux { + mdio { + pins = "gpio6"; + function = "mdio"; + bias-pull-up; + }; + + mdc { + pins = "gpio7"; + function = "mdc"; + bias-pull-up; + }; + }; +}; + +&wifi0 { + status = "okay"; + qcom,ath10k-calibration-variant = "linksys-mr6350"; +}; + +&wifi1 { + status = "okay"; + qcom,ath10k-calibration-variant = "linksys-mr6350"; +}; + +&swport1 { + label = "wan"; +}; + +&swport2 { + label = "lan1"; +}; + +&swport3 { + label = "lan2"; +}; + +&swport4 { + label = "lan3"; +}; + +&swport5 { + label = "lan4"; +};