[OpenWrt-Devel] [PATCH] ath79: fix typos in DTS

mail at adrianschmutzler.de mail at adrianschmutzler.de
Sat Dec 7 18:38:08 EST 2019


Hi,

please rephrase the "commit message" to be a sentence (or two ...).

Just send the text as reply to this e-mail, I will add it when merging the patch. (So I do not need to add my SOB)

Best

Adrian

> -----Original Message-----
> From: openwrt-devel [mailto:openwrt-devel-bounces at lists.openwrt.org]
> On Behalf Of DENG Qingfang
> Sent: Samstag, 7. Dezember 2019 17:38
> To: openwrt-devel at lists.openwrt.org
> Subject: [OpenWrt-Devel] [PATCH] ath79: fix typos in DTS
> 
> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openpgp-digital-signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20191208/3bf25a50/attachment.sig>
-------------- next part --------------
_______________________________________________
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