All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH stblinux] arm64: dts: broadcom: bcm4908: fix USB PHY reg name typo
@ 2021-03-09 18:11 ` Rafał Miłecki
  0 siblings, 0 replies; 8+ messages in thread
From: Rafał Miłecki @ 2021-03-09 18:11 UTC (permalink / raw)
  To: Florian Fainelli
  Cc: Rob Herring, linux-arm-kernel, devicetree,
	bcm-kernel-feedback-list, Rafał Miłecki

From: Rafał Miłecki <rafal@milecki.pl>

s/crtl/ctrl/

Fixes: 17aa606c5f9b ("arm64: dts: broadcom: bcm4908: describe USB PHY")
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
---
 arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
index bdbf94f3348a..c089a48aeb8a 100644
--- a/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
+++ b/arch/arm64/boot/dts/broadcom/bcm4908/bcm4908.dtsi
@@ -123,7 +123,7 @@ enet: ethernet@2000 {
 		usb_phy: usb-phy@c200 {
 			compatible = "brcm,bcm4908-usb-phy";
 			reg = <0xc200 0x100>;
-			reg-names = "crtl";
+			reg-names = "ctrl";
 			power-domains = <&pmb BCM_PMB_HOST_USB>;
 			dr_mode = "host";
 			brcm,has-xhci;
-- 
2.26.2


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-09 23:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09 18:11 [PATCH stblinux] arm64: dts: broadcom: bcm4908: fix USB PHY reg name typo Rafał Miłecki
2021-03-09 18:11 ` Rafał Miłecki
2021-03-09 21:17 ` Rafał Miłecki
2021-03-09 21:17   ` Rafał Miłecki
2021-03-09 22:03   ` Florian Fainelli
2021-03-09 22:03     ` Florian Fainelli
2021-03-09 23:06 ` Florian Fainelli
2021-03-09 23:06   ` Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.