[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <eadf03c4-7e4c-e2a0-b20d-6e2dff3af1e3@somainline.org>
Date: Wed, 6 Jul 2022 15:04:44 +0200
From: Konrad Dybcio <konrad.dybcio@...ainline.org>
To: Christian Marangi <ansuelsmth@...il.com>,
Andy Gross <agross@...nel.org>,
Bjorn Andersson <bjorn.andersson@...aro.org>,
Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
linux-arm-msm@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: Jonathan McDowell <noodles@...th.li>
Subject: Re: [PATCH 06/13] ARM: dts: qcom: enable usb phy by default for
ipq8064
On 5.07.2022 15:39, Christian Marangi wrote:
> Enable usb phy by default. When the usb phy were pushed, half of them
> were flagged as disabled by mistake. Fix this to correctly init dwc3
> node on any ipq8064 based SoC.
Are you sure they are used on *all* devices? If not, you will
lose power by enabling unused hw..
Konrad
>
> Signed-off-by: Christian Marangi <ansuelsmth@...il.com>
> Tested-by: Jonathan McDowell <noodles@...th.li>
> ---
> arch/arm/boot/dts/qcom-ipq8064.dtsi | 4 ----
> 1 file changed, 4 deletions(-)
>
> diff --git a/arch/arm/boot/dts/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom-ipq8064.dtsi
> index b2faa4a067e9..9c32c637ea46 100644
> --- a/arch/arm/boot/dts/qcom-ipq8064.dtsi
> +++ b/arch/arm/boot/dts/qcom-ipq8064.dtsi
> @@ -1177,8 +1177,6 @@ hs_phy_0: phy@...f8800 {
> clocks = <&gcc USB30_0_UTMI_CLK>;
> clock-names = "ref";
> #phy-cells = <0>;
> -
> - status = "disabled";
> };
>
> ss_phy_0: phy@...f8830 {
> @@ -1187,8 +1185,6 @@ ss_phy_0: phy@...f8830 {
> clocks = <&gcc USB30_0_MASTER_CLK>;
> clock-names = "ref";
> #phy-cells = <0>;
> -
> - status = "disabled";
> };
>
> usb3_0: usb3@...f8800 {
Powered by blists - more mailing lists