[OpenWrt-Devel] [PATCH] ath79: fix typos in DTS
DENG Qingfang
dengqf6 at mail2.sysu.edu.cn
Sat Dec 7 11:37:31 EST 2019
echi->ehci
ochi->ohci
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 08b3c77b39..b6ae167024 100644
--- a/target/linux/ath79/dts/ar7161_netgear_wndr3700.dtsi
+++ b/target/linux/ath79/dts/ar7161_netgear_wndr3700.dtsi
@@ -32,7 +32,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";
};
};
@@ -134,7 +134,7 @@
#size-cells = <0>;
status = "okay";
- usb_ochi_port: port at 1 {
+ usb_ohci_port: port at 1 {
reg = <1>;
#trigger-source-cells = <0>;
};
@@ -145,7 +145,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 4f52e3cc40..0ed9970813 100644
--- a/target/linux/ath79/dts/ar7161_ubnt_routerstation.dtsi
+++ b/target/linux/ath79/dts/ar7161_ubnt_routerstation.dtsi
@@ -86,7 +86,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>;
};
@@ -97,7 +97,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