> -----Original Message----- > From: Hongxing Zhu <hongxing.zhu@xxxxxxx> > Sent: 2022年3月3日 10:23 > To: Lucas Stach <l.stach@xxxxxxxxxxxxxx>; Laurent Pinchart > <laurent.pinchart@xxxxxxxxxxxxxxxx> > Cc: Shawn Guo <shawnguo@xxxxxxxxxx>; Rob Herring <robh+dt@xxxxxxxxxx>; > Pengutronix Kernel Team <kernel@xxxxxxxxxxxxxx>; dl-linux-imx > <linux-imx@xxxxxxx>; Marek Vasut <marex@xxxxxxx>; > devicetree@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; > patchwork-lst@xxxxxxxxxxxxxx > Subject: RE: [PATCH v3 5/7] arm64: dts: imx8mp: add HSIO power-domains > > > -----Original Message----- > > From: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > > Sent: 2022年3月2日 17:19 > > To: Hongxing Zhu <hongxing.zhu@xxxxxxx>; Laurent Pinchart > > <laurent.pinchart@xxxxxxxxxxxxxxxx> > > Cc: Shawn Guo <shawnguo@xxxxxxxxxx>; Rob Herring > <robh+dt@xxxxxxxxxx>; > > Pengutronix Kernel Team <kernel@xxxxxxxxxxxxxx>; dl-linux-imx > > <linux-imx@xxxxxxx>; Marek Vasut <marex@xxxxxxx>; > > devicetree@xxxxxxxxxxxxxxx; linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; > > patchwork-lst@xxxxxxxxxxxxxx > > Subject: Re: [PATCH v3 5/7] arm64: dts: imx8mp: add HSIO power-domains > > > > Hi Richard, > > > > Am Mittwoch, dem 02.03.2022 um 08:47 +0000 schrieb Hongxing Zhu: > > > > -----Original Message----- > > > > From: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > > > > Sent: 2022年3月1日 17:09 > > > > To: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > > > > Cc: Shawn Guo <shawnguo@xxxxxxxxxx>; Rob Herring > > > > <robh+dt@xxxxxxxxxx>; Pengutronix Kernel Team > > > > <kernel@xxxxxxxxxxxxxx>; dl-linux-imx <linux-imx@xxxxxxx>; Marek > > > > Vasut <marex@xxxxxxx>; devicetree@xxxxxxxxxxxxxxx; > > > > linux-arm-kernel@xxxxxxxxxxxxxxxxxxx; > > > > patchwork-lst@xxxxxxxxxxxxxx > > > > Subject: Re: [PATCH v3 5/7] arm64: dts: imx8mp: add HSIO power- > > > > domains > > > > > > > > Am Dienstag, dem 01.03.2022 um 09:13 +0200 schrieb Laurent > > > > Pinchart: > > > > > Hi Lucas, > > > > > > > > > > Thank you for the patch. > > > > > > > > > > On Mon, Feb 28, 2022 at 09:17:29PM +0100, Lucas Stach wrote: > > > > > > This adds the GPC and HSIO blk-ctrl nodes providing power > > > > > > control for the high-speed (USB and PCIe) IOs. > > > > > > > > > > > > Signed-off-by: Lucas Stach <l.stach@xxxxxxxxxxxxxx> > > > > > > Reviewed-by: Laurent Pinchart > > > > > > <laurent.pinchart@xxxxxxxxxxxxxxxx> > > > Hi Lucas: > > > Thank you for the patch. > > > Based on this V3 serial patch-set. I'm trying to bring up PCIe on > > > i.MX8MP EVK. > > > But I encounter system hang when access the controller's register. > > > Clocks are turned on refer to the /sys/kernel/debug/clk/clk_summary. > > > It seems that the pd of PCIe controller is not up properly. > > > More investigation is still on-going. > > > > Just to check the obvious things: you've put the controller into the > > IMX8MP_HSIOBLK_PD_PCIE and the PHY into > IMX8MP_HSIOBLK_PD_PCIE_PHY, > > right? > > > > If the PHY access works then the power-domains should be powered up > > properly, as the PHY domain is nested inside the HSIO domain where the > > controller is located according to my information. So the most likely > > reason is still a clock path that isn't fully turned on. > Hi Lucas: > Thanks for your reply. > Yes, I had put the controller into the IMX8MP_HSIOBLK_PD_PCIE. > And the PHY into IMX8MP_HSIOBLK_PD_PCIE_PHY. > Your assumption is reasonable, I would do more debug on the clock. > Thanks. > > Best Regards > Richard Zhu > Hi Lucas: Find the root cause, it's caused by one missing reset configurations. I would summit one reset patch when bring up the i.MX8MP PCIe patches later. i.MX8MP PCIe works fine after add one more reset patch. Thanks. Tested-by: Richard Zhu <hongxing.zhu@xxxxxxx> Best Regards Richard Zhu > > > > Regards, > > Lucas > > > > > BTW, the access of PHY register is successful. > > > > > > Best Regards > > > Richard Zhu > > > > > > > > > --- > > > > > > arch/arm64/boot/dts/freescale/imx8mp.dtsi | 71 > > > > > > +++++++++++++++++++++-- > > > > > > 1 file changed, 65 insertions(+), 6 deletions(-) > > > > > > > > > > > > diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi > > > > > > b/arch/arm64/boot/dts/freescale/imx8mp.dtsi > > > > > > index 6b840c05dd77..69e533add539 100644 > > > > > > --- a/arch/arm64/boot/dts/freescale/imx8mp.dtsi > > > > > > +++ b/arch/arm64/boot/dts/freescale/imx8mp.dtsi > > > > > > @@ -4,6 +4,7 @@ > > > > > > */ > > > > > > > > > > > > #include <dt-bindings/clock/imx8mp-clock.h> > > > > > > +#include <dt-bindings/power/imx8mp-power.h> > > > > > > #include <dt-bindings/gpio/gpio.h> > > > > > > #include <dt-bindings/input/input.h> #include > > > > > > <dt-bindings/interrupt-controller/arm-gic.h> > > > > > > @@ -475,6 +476,44 @@ src: reset-controller@30390000 { > > > > > > interrupts = <GIC_SPI 89 > > > > > > IRQ_TYPE_LEVEL_HIGH>; > > > > > > #reset-cells = <1>; > > > > > > }; > > > > > > + > > > > > > + gpc: gpc@303a0000 { > > > > > > + compatible = "fsl,imx8mp-gpc"; > > > > > > + reg = <0x303a0000 0x1000>; > > > > > > + interrupt-parent = <&gic>; > > > > > > + interrupt-controller; > > > > > > + #interrupt-cells = <3>; > > > > > > + > > > > > > + pgc { > > > > > > + #address-cells = <1>; > > > > > > + #size-cells = <0>; > > > > > > + > > > > > > + pgc_pcie_phy: power- > > > > > > domain@1 { > > > > > > + #power-domain- > > > > > > cells = <0>; > > > > > > + reg = > > > > > > <IMX8MP_POWER_DOMAIN_PCIE_PHY>; > > > > > > + }; > > > > > > + > > > > > > + pgc_usb1_phy: power- > > > > > > domain@2 { > > > > > > + #power-domain- > > > > > > cells = <0>; > > > > > > + reg = > > > > > > <IMX8MP_POWER_DOMAIN_USB1_PHY>; > > > > > > + }; > > > > > > + > > > > > > + pgc_usb2_phy: power- > > > > > > domain@3 { > > > > > > + #power-domain- > > > > > > cells = <0>; > > > > > > + reg = > > > > > > <IMX8MP_POWER_DOMAIN_USB2_PHY>; > > > > > > + }; > > > > > > + > > > > > > + pgc_hsiomix: > > > > > > power-domains@17 { > > > > > > + #power-domain- > > > > > > cells = <0>; > > > > > > + reg = > > > > > > <IMX8MP_POWER_DOMAIN_HSIOMIX>; > > > > > > + clocks = <&clk > > > > > > IMX8MP_CLK_HSIO_AXI>, > > > > > > + <&clk > > > > > > IMX8MP_CLK_HSIO_ROOT>; > > > > > > + assigned- > > > > > > clocks = <&clk > > > > IMX8MP_CLK_HSIO_AXI>; > > > > > > + assigned- > > > > > > clock-parents = <&clk > > > > IMX8MP_SYS_PLL2_500M>; > > > > > > + assigned- > > > > > > clock-rates = <500000000>; > > > > > > + }; > > > > > > + }; > > > > > > + }; > > > > > > }; > > > > > > > > > > > > aips2: bus@30400000 { > > > > > > @@ -892,6 +931,28 @@ eqos: ethernet@30bf0000 { > > > > > > }; > > > > > > }; > > > > > > > > > > > > + aips4 { > > > > > > > > > > I think this should be > > > > > > > > > > aips4: bus@32c00000 { > > > > > > > > > > to match the other buses. Apart from that, the patch looks good, > > > > > my Rb tag still applies. > > > > > > > > Urgh, apparently one shouldn't do those reworks too late in the > > > > evening. :/ > > > > > > > > Shawn, would you be willing to fix this up while applying, or > > > > should I resend the series? > > > > > > > > Regards, > > > > Lucas > > > > > > > > > > > > > > > + compatible = "fsl,aips-bus", "simple- > > > > > > bus"; > > > > > > + reg = <0x32c00000 0x400000>; > > > > > > + #address-cells = <1>; > > > > > > + #size-cells = <1>; > > > > > > + ranges; > > > > > > + > > > > > > + hsio_blk_ctrl: blk-ctrl@32f10000 { > > > > > > + compatible = "fsl,imx8mp-hsio- > > > > > > blk-ctrl", "syscon"; > > > > > > + reg = <0x32f10000 0x24>; > > > > > > + clocks = <&clk > > > > > > IMX8MP_CLK_USB_ROOT>, > > > > > > + <&clk > > > > > > IMX8MP_CLK_PCIE_ROOT>; > > > > > > + clock-names = "usb", "pcie"; > > > > > > + power-domains = > > > > > > <&pgc_hsiomix>, <&pgc_hsiomix>, > > > > > > + <&pgc_usb1_phy > > > > > > >, <&pgc_usb2_phy>, > > > > > > + <&pgc_hsiomix> > > > > > > , <&pgc_pcie_phy>; > > > > > > + power-domain-names = "bus", > > > > > > "usb", "usb-phy1", > > > > > > + "usb- > > > > > > phy2", "pcie", "pcie-phy"; > > > > > > + #power-domain-cells = <1>; > > > > > > + }; > > > > > > + }; > > > > > > + > > > > > > gic: interrupt-controller@38800000 { > > > > > > compatible = "arm,gic-v3"; > > > > > > reg = <0x38800000 0x10000>, @@ -915,6 +976,7 > @@ usb3_phy0: > > > > > > usb-phy@381f0040 { > > > > > > clock-names = "phy"; > > > > > > assigned-clocks = <&clk > > > > > > IMX8MP_CLK_USB_PHY_REF>; > > > > > > assigned-clock-parents = <&clk IMX8MP_CLK_24M>; > > > > > > + power-domains = <&hsio_blk_ctrl > > > > IMX8MP_HSIOBLK_PD_USB_PHY1>; > > > > > > #phy-cells = <0>; > > > > > > status = "disabled"; > > > > > > }; > > > > > > @@ -926,6 +988,7 @@ usb3_0: usb@32f10100 { > > > > > > <&clk IMX8MP_CLK_USB_ROOT>; > > > > > > clock-names = "hsio", "suspend"; > > > > > > interrupts = <GIC_SPI 148 > > > > > > IRQ_TYPE_LEVEL_HIGH>; > > > > > > + power-domains = <&hsio_blk_ctrl > > > > > > IMX8MP_HSIOBLK_PD_USB>; > > > > > > #address-cells = <1>; > > > > > > #size-cells = <1>; > > > > > > dma-ranges = <0x40000000 0x40000000 > > > > > > 0xc0000000>; > > > > @@ -939,9 > > > > > > +1002,6 @@ usb_dwc3_0: usb@38100000 { > > > > > > <&clk > > > > > > IMX8MP_CLK_USB_CORE_REF>, > > > > > > <&clk > > > > > > IMX8MP_CLK_USB_ROOT>; > > > > > > clock-names = "bus_early", "ref", "suspend"; > > > > > > - assigned-clocks = <&clk > > > > > > IMX8MP_CLK_HSIO_AXI>; > > > > > > - assigned-clock-parents = <&clk > > > > IMX8MP_SYS_PLL2_500M>; > > > > > > - assigned-clock-rates = > > > > > > <500000000>; > > > > > > interrupts = <GIC_SPI 40 > > > > > > IRQ_TYPE_LEVEL_HIGH>; > > > > > > phys = <&usb3_phy0>, > > > > > > <&usb3_phy0>; > > > > > > phy-names = "usb2-phy", "usb3- phy"; @@ > -957,6 > > > > +1017,7 @@ > > > > > > usb3_phy1: usb-phy@382f0040 { > > > > > > clock-names = "phy"; > > > > > > assigned-clocks = <&clk > > > > > > IMX8MP_CLK_USB_PHY_REF>; > > > > > > assigned-clock-parents = <&clk IMX8MP_CLK_24M>; > > > > > > + power-domains = <&hsio_blk_ctrl > > > > IMX8MP_HSIOBLK_PD_USB_PHY2>; > > > > > > #phy-cells = <0>; > > > > > > }; > > > > > > > > > > > > @@ -967,6 +1028,7 @@ usb3_1: usb@32f10108 { > > > > > > <&clk IMX8MP_CLK_USB_ROOT>; > > > > > > clock-names = "hsio", "suspend"; > > > > > > interrupts = <GIC_SPI 149 > > > > > > IRQ_TYPE_LEVEL_HIGH>; > > > > > > + power-domains = <&hsio_blk_ctrl > > > > > > IMX8MP_HSIOBLK_PD_USB>; > > > > > > #address-cells = <1>; > > > > > > #size-cells = <1>; > > > > > > dma-ranges = <0x40000000 0x40000000 > > > > > > 0xc0000000>; > > > > @@ -980,9 > > > > > > +1042,6 @@ usb_dwc3_1: usb@38200000 { > > > > > > <&clk > > > > > > IMX8MP_CLK_USB_CORE_REF>, > > > > > > <&clk > > > > > > IMX8MP_CLK_USB_ROOT>; > > > > > > clock-names = "bus_early", "ref", "suspend"; > > > > > > - assigned-clocks = <&clk > > > > > > IMX8MP_CLK_HSIO_AXI>; > > > > > > - assigned-clock-parents = <&clk > > > > IMX8MP_SYS_PLL2_500M>; > > > > > > - assigned-clock-rates = > > > > > > <500000000>; > > > > > > interrupts = <GIC_SPI 41 > > > > > > IRQ_TYPE_LEVEL_HIGH>; > > > > > > phys = <&usb3_phy1>, > > > > > > <&usb3_phy1>; > > > > > > phy-names = "usb2-phy", "usb3- phy"; > > > > > > > > > > > > > >