diff options
| author | Shiji Yang | 2025-11-29 17:02:12 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-11-29 17:04:38 +0000 |
| commit | 1aee2f5567e86b377c94d374929bc26e251bb3d7 (patch) | |
| tree | 0ad7b3c57cd5d6c282bb4a2f0c543f0b876aa87d | |
| parent | 39f201998592dc7202977fc8173f4d09c093bf42 (diff) | |
| download | openwrt-1aee2f5567e86b377c94d374929bc26e251bb3d7.tar.gz | |
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 <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/20973
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | target/linux/ipq40xx/files-6.12/arch/arm/boot/dts/qcom/qcom-ipq4019-mr6350.dts | 228 |
1 files changed, 114 insertions, 114 deletions
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 <dt-bindings/leds/common.h>
-
-/ {
- 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 = <LED_COLOR_ID_BLUE>;
- function = LED_FUNCTION_STATUS;
- gpios = <&tlmm 46 GPIO_ACTIVE_LOW>;
- };
-
- led_red: led-red {
- color = <LED_COLOR_ID_RED>;
- function = LED_FUNCTION_STATUS;
- gpios = <&tlmm 47 GPIO_ACTIVE_HIGH>;
- panic-indicator;
- };
-
- led_green: led-green {
- color = <LED_COLOR_ID_GREEN>;
- function = LED_FUNCTION_STATUS;
- gpios = <&tlmm 49 GPIO_ACTIVE_HIGH>;
- };
- };
-
- keys {
- compatible = "gpio-keys";
-
- button-reset {
- label = "reset";
- linux,code = <KEY_RESTART>;
- gpios = <&tlmm 50 GPIO_ACTIVE_LOW>;
- };
-
- button-wps {
- label = "wps";
- linux,code = <KEY_WPS_BUTTON>;
- 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 <dt-bindings/leds/common.h> + +/ { + 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 = <LED_COLOR_ID_BLUE>; + function = LED_FUNCTION_STATUS; + gpios = <&tlmm 46 GPIO_ACTIVE_LOW>; + }; + + led_red: led-red { + color = <LED_COLOR_ID_RED>; + function = LED_FUNCTION_STATUS; + gpios = <&tlmm 47 GPIO_ACTIVE_HIGH>; + panic-indicator; + }; + + led_green: led-green { + color = <LED_COLOR_ID_GREEN>; + function = LED_FUNCTION_STATUS; + gpios = <&tlmm 49 GPIO_ACTIVE_HIGH>; + }; + }; + + keys { + compatible = "gpio-keys"; + + button-reset { + label = "reset"; + linux,code = <KEY_RESTART>; + gpios = <&tlmm 50 GPIO_ACTIVE_LOW>; + }; + + button-wps { + label = "wps"; + linux,code = <KEY_WPS_BUTTON>; + 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"; +}; |