[OpenWrt-Devel] [PATCH V2] ath79: fix typos in DTS
DENG Qingfang
dengqf6 at mail2.sysu.edu.cn
Tue Dec 10 07:52:49 EST 2019
Replace "usb_ochi" with "usb_ohci", and "usb_echi" with "usb_ehci"
Signed-off-by: DENG Qingfang <dengqf6 at mail2.sysu.edu.cn>
---
target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts | 6 +++---
target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts | 6 +++---
target/linux/ath79/dts/ar7161_netgear_wndr3700.dtsi | 6 +++---
target/linux/ath79/dts/ar7161_ubnt_routerstation.dtsi | 4 ++--
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts b/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts
index 2e00de8887..e87f422051 100644
--- a/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts
+++ b/target/linux/ath79/dts/ar7161_buffalo_wzr-hp-ag300h.dts
@@ -47,7 +47,7 @@
usb {
label = "buffalo:green:usb";
gpios = <&ath9k0 3 GPIO_ACTIVE_LOW>;
- trigger-sources = <&usb_ochi_port>, <&usb_echi_port>;
+ trigger-sources = <&usb_ohci_port>, <&usb_ehci_port>;
linux,default-trigger = "usbport";
};
@@ -180,7 +180,7 @@
#size-cells = <0>;
status = "okay";
- usb_ochi_port: port at 1 {
+ usb_ohci_port: port at 1 {
reg = <1>;
#trigger-source-cells = <0>;
};
@@ -191,7 +191,7 @@
#size-cells = <0>;
status = "okay";
- usb_echi_port: port at 1 {
+ usb_ehci_port: port at 1 {
reg = <1>;
#trigger-source-cells = <0>;
};
diff --git a/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts b/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts
index 92de193aba..5e35dddd4b 100644
--- a/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts
+++ b/target/linux/ath79/dts/ar7161_dlink_dir-825-b1.dts
@@ -34,7 +34,7 @@
usb {
label = "d-link:blue:usb";
gpios = <&gpio 0 GPIO_ACTIVE_LOW>;
- trigger-sources = <&usb_ochi_port>, <&usb_echi_port>;
+ trigger-sources = <&usb_ohci_port>, <&usb_ehci_port>;
linux,default-trigger = "usbport";
};
@@ -123,7 +123,7 @@
#size-cells = <0>;
status = "okay";
- usb_ochi_port: port at 1 {
+ usb_ohci_port: port at 1 {
reg = <1>;
#trigger-source-cells = <0>;
};
@@ -134,7 +134,7 @@
#size-cells = <0>;
status = "okay";
- usb_echi_port: port at 1 {
+ usb_ehci_port: port at 1 {
reg = <1>;
#trigger-source-cells = <0>;
};
diff --git a/target/linux/ath79/dts/ar7161_netgear_wndr3700.dtsi b/target/linux/ath79/dts/ar7161_netgear_wndr3700.dtsi
index f29137352f..ab4f37da11 100644
--- a/target/linux/ath79/dts/ar7161_netgear_wndr3700.dtsi
+++ b/target/linux/ath79/dts/ar7161_netgear_wndr3700.dtsi
@@ -31,7 +31,7 @@
usb_led {
label = "netgear:green:usb";
resets = <&rst 12>;
- trigger-sources = <&usb_ochi_port>, <&usb_echi_port>;
+ trigger-sources = <&usb_ohci_port>, <&usb_ehci_port>;
linux,default-trigger = "usbport";
};
};
@@ -133,7 +133,7 @@
#size-cells = <0>;
status = "okay";
- usb_ochi_port: port at 1 {
+ usb_ohci_port: port at 1 {
reg = <1>;
#trigger-source-cells = <0>;
};
@@ -144,7 +144,7 @@
#size-cells = <0>;
status = "okay";
- usb_echi_port: port at 1 {
+ usb_ehci_port: port at 1 {
reg = <1>;
#trigger-source-cells = <0>;
};
diff --git a/target/linux/ath79/dts/ar7161_ubnt_routerstation.dtsi b/target/linux/ath79/dts/ar7161_ubnt_routerstation.dtsi
index 35f3442b29..fc5d8335b5 100644
--- a/target/linux/ath79/dts/ar7161_ubnt_routerstation.dtsi
+++ b/target/linux/ath79/dts/ar7161_ubnt_routerstation.dtsi
@@ -85,7 +85,7 @@
#address-cells = <1>;
#size-cells = <0>;
- usb_ochi_port: port at 1 {
+ usb_ohci_port: port at 1 {
reg = <1>;
#trigger-source-cells = <0>;
};
@@ -96,7 +96,7 @@
#address-cells = <1>;
#size-cells = <0>;
- usb_echi_port: port at 1 {
+ usb_ehci_port: port at 1 {
reg = <1>;
#trigger-source-cells = <0>;
};
--
2.24.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list