From d181b2cefa5881d270e0e4cf9f42d1feaf2f7222 Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Thu, 1 Oct 2020 21:24:35 +0200 Subject: ipq806x: remove model name from LED labels Like in the previous patches for ath79 and ramips, this will remove the "devicename" from LED labels in ipq806x. The devicename is removed in DTS files and 01_leds, and a migration script is added. Signed-off-by: Adrian Schmutzler --- .../files-5.4/arch/arm/boot/dts/qcom-ipq8064-c2600.dts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064-c2600.dts') diff --git a/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064-c2600.dts b/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064-c2600.dts index 2d5685558e..4ae7de604b 100644 --- a/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064-c2600.dts +++ b/target/linux/ipq806x/files-5.4/arch/arm/boot/dts/qcom-ipq8064-c2600.dts @@ -57,43 +57,43 @@ pinctrl-names = "default"; lan { - label = "c2600:white:lan"; + label = "white:lan"; gpios = <&qcom_pinmux 6 GPIO_ACTIVE_HIGH>; }; usb4 { - label = "c2600:white:usb_4"; + label = "white:usb_4"; gpios = <&qcom_pinmux 7 GPIO_ACTIVE_HIGH>; }; usb2 { - label = "c2600:white:usb_2"; + label = "white:usb_2"; gpios = <&qcom_pinmux 8 GPIO_ACTIVE_HIGH>; }; wps { - label = "c2600:white:wps"; + label = "white:wps"; gpios = <&qcom_pinmux 9 GPIO_ACTIVE_HIGH>; }; wan_amber { - label = "c2600:amber:wan"; + label = "amber:wan"; gpios = <&qcom_pinmux 26 GPIO_ACTIVE_LOW>; }; wan_white { - label = "c2600:white:wan"; + label = "white:wan"; gpios = <&qcom_pinmux 33 GPIO_ACTIVE_LOW>; }; power: power { - label = "c2600:white:power"; + label = "white:power"; gpios = <&qcom_pinmux 53 GPIO_ACTIVE_HIGH>; default-state = "keep"; }; general: general { - label = "c2600:white:general"; + label = "white:general"; gpios = <&qcom_pinmux 66 GPIO_ACTIVE_HIGH>; }; }; -- cgit v1.2.3