Message ID | 20210309181132.23144-1-zajec5@gmail.com |
---|---|
State | New |
Headers | show |
Series | [stblinux] arm64: dts: broadcom: bcm4908: fix USB PHY reg name typo | expand |
On 09.03.2021 19:11, Rafał Miłecki wrote: > 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> Ah, that commit wasn't pushed yet and above 17aa606c5f9b sha is my local one. Florian: please consider using this as fixup or replacing sha with yours.
On 3/9/21 1:17 PM, Rafał Miłecki wrote: > On 09.03.2021 19:11, Rafał Miłecki wrote: >> 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> > > Ah, that commit wasn't pushed yet and above 17aa606c5f9b sha is my local > one. > > Florian: please consider using this as fixup or replacing sha with yours. Will do, and likewise for your other patch, thanks!
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;