Re: [PATCH v6 5/6] arm64: dts: meson: a1: Enable USB2 PHY
From: Hanjie Lin <hidden>
Date: 2020-01-19 03:01:28
Also in:
linux-amlogic, linux-devicetree, linux-usb
On 2020/1/19 6:05, Martin Blumenstingl wrote:
Hi Hanjie, On Fri, Jan 17, 2020 at 1:22 AM Hanjie Lin [off-list ref] wrote:quoted
Enable USB2 PHY for Meson A1 SoC. Signed-off-by: Yue Wang <yue.wang@amlogic.com> Signed-off-by: Hanjie Lin <redacted> --- arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 13 +++++++++++++ 1 file changed, 13 insertions(+)personally I would squash this with patch 6/6 because it's only useful together with patch 6/6 on the other hand: it's not worth sending a v7 just for thisquoted
@@ -100,6 +101,18 @@ #power-domain-cells = <1>; status = "okay"; }; + + usb2_phy1: phy@40000 { + status = "okay";we typically use one of the following patterns: - status = "disabled" in SoC.dts - status = "okay" in board.dts whenever the peripheral should be used (example: I2C, USB, ...) OR - no status property if the peripheral is mandatory on all boards (for example: clock controller, ...) so for consistency with other Amlogic .dts I would either drop the status property or set it to disabled (and enable it in meson-a1-ad401.dts) same applies to patch 6/6 Martin .
Hi Martin, Of course, it will be more reasonable. I have a bindings issue need to fix too, so I will do these together in v7. Thanks, Hanjie _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel