Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5b558a5 authored by Fabio Estevam's avatar Fabio Estevam Committed by Maxime Ripard
Browse files

ARM: dts: sunxi: Fix BCM43xx node name



"bcrmf" is a typo and "wifi" is the preferred form to describe
such node, so change it accordingly.

Reported-by: default avatarAndreas Färber <afaerber@suse.de>
Reviewed-by: default avatarChen-Yu Tsai <wens@csie.org>
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent c31d4884
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@
	non-removable;
	status = "okay";

	brcmf: bcrmf@1 {
	brcmf: wifi@1 {
		reg = <1>;
		compatible = "brcm,bcm4329-fmac";
		interrupt-parent = <&r_pio>;
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@
	wakeup-source;
	status = "okay";

	brcmf: bcrmf@1 {
	brcmf: wifi@1 {
		reg = <1>;
		compatible = "brcm,bcm4329-fmac";
		interrupt-parent = <&pio>;
+1 −1
Original line number Diff line number Diff line
@@ -172,7 +172,7 @@
	non-removable;
	status = "okay";

	brcmf: bcrmf@1 {
	brcmf: wifi@1 {
		reg = <1>;
		compatible = "brcm,bcm4329-fmac";
		interrupt-parent = <&pio>;
+1 −1
Original line number Diff line number Diff line
@@ -195,7 +195,7 @@
	non-removable;
	status = "okay";

	brcmf: bcrmf@1 {
	brcmf: wifi@1 {
		reg = <1>;
		compatible = "brcm,bcm4329-fmac";
		interrupt-parent = <&pio>;
+1 −1
Original line number Diff line number Diff line
@@ -173,7 +173,7 @@
	non-removable;
	status = "okay";

	brcmf: bcrmf@1 {
	brcmf: wifi@1 {
		reg = <1>;
		compatible = "brcm,bcm4329-fmac";
		interrupt-parent = <&pio>;
Loading