From: Stefan Riedmueller <hidden> Date: 2021-03-29 11:29:13
The pinmuxing for the enable pin of the usbh1 node is wrong. It needs to
be muxed as GPIO. While at it, move the pinctrl to the vbus regulator
since it is actually the regulator enable pin.
Signed-off-by: Stefan Riedmueller <redacted>
---
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
From: Stefan Riedmueller <hidden> Date: 2021-03-29 11:29:15
Due to a hardware bug preventing the correct detection if the ID pin
the USB OTG port cannot be used in otg mode. It can either be set to
host or peripheral. Set it to peripheral so vbus is disabled by default.
Signed-off-by: Stefan Riedmueller <redacted>
---
arch/arm/boot/dts/imx6qdl-phytec-pbab01.dtsi | 1 +
1 file changed, 1 insertion(+)
On Mon, Mar 29, 2021 at 8:28 AM Stefan Riedmueller
[off-list ref] wrote:
Due to a hardware bug preventing the correct detection if the ID pin
the USB OTG port cannot be used in otg mode. It can either be set to
host or peripheral. Set it to peripheral so vbus is disabled by default.
Signed-off-by: Stefan Riedmueller <redacted>
From: Stefan Riedmueller <hidden> Date: 2021-03-29 11:29:15
Setting the vmmc supplies is crucial since otherwise the supplying
regulators get disabled and the SD interfaces are no longer powered
which leads to system failures if the system is booted from that SD
interface.
Signed-off-by: Stefan Riedmueller <redacted>
---
arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi | 2 ++
1 file changed, 2 insertions(+)
On Mon, Mar 29, 2021 at 8:28 AM Stefan Riedmueller
[off-list ref] wrote:
Setting the vmmc supplies is crucial since otherwise the supplying
regulators get disabled and the SD interfaces are no longer powered
which leads to system failures if the system is booted from that SD
interface.
It seems that this deserves a Fixes tag.
Reviewed-by: Fabio Estevam <festevam@gmail.com>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
From: Stefan Riedmüller <hidden> Date: 2021-03-29 12:42:59
Hi Fabio,
On Mon, 2021-03-29 at 08:34 -0300, Fabio Estevam wrote:
On Mon, Mar 29, 2021 at 8:28 AM Stefan Riedmueller
[off-list ref] wrote:
quoted
Setting the vmmc supplies is crucial since otherwise the supplying
regulators get disabled and the SD interfaces are no longer powered
which leads to system failures if the system is booted from that SD
interface.
It seems that this deserves a Fixes tag.
I think this must be broken for some time now. My guess is that it broke when
the PMIC support for the SOM was added. So I can add a fixes tag for that
commit.
Thanks,
Stefan
While you are on it, could you please use avoid the usage of
0x80000000 and explicitly pass the default value instead?
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel