diff options
author | DENG Qingfang <dengqf6@mail2.sysu.edu.cn> | 2019-12-08 00:37:31 +0800 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-12-11 22:50:12 +0100 |
commit | 46c74944df048fa5d50e6aa7286d02f3f376197e (patch) | |
tree | 9aa4b663fec94e9aeed57d815a03cb4023d93821 /target/linux | |
parent | 1ec6e7837eb6092400b499463a29375dc7738eb6 (diff) | |
download | upstream-46c74944df048fa5d50e6aa7286d02f3f376197e.tar.gz upstream-46c74944df048fa5d50e6aa7286d02f3f376197e.tar.bz2 upstream-46c74944df048fa5d50e6aa7286d02f3f376197e.zip |
ath79: fix typos in DTS
Replace "usb_ochi" with "usb_ohci", and "usb_echi" with "usb_ehci".
Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
Diffstat (limited to 'target/linux')
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@1 { + usb_ohci_port: port@1 { reg = <1>; #trigger-source-cells = <0>; }; @@ -191,7 +191,7 @@ #size-cells = <0>; status = "okay"; - usb_echi_port: port@1 { + usb_ehci_port: port@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@1 { + usb_ohci_port: port@1 { reg = <1>; #trigger-source-cells = <0>; }; @@ -134,7 +134,7 @@ #size-cells = <0>; status = "okay"; - usb_echi_port: port@1 { + usb_ehci_port: port@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@1 { + usb_ohci_port: port@1 { reg = <1>; #trigger-source-cells = <0>; }; @@ -144,7 +144,7 @@ #size-cells = <0>; status = "okay"; - usb_echi_port: port@1 { + usb_ehci_port: port@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@1 { + usb_ohci_port: port@1 { reg = <1>; #trigger-source-cells = <0>; }; @@ -96,7 +96,7 @@ #address-cells = <1>; #size-cells = <0>; - usb_echi_port: port@1 { + usb_ehci_port: port@1 { reg = <1>; #trigger-source-cells = <0>; }; |