RE: [PATCH v2 1/1] arm64: zynqmp: Add output-enable pins to SOMs

2023-12-14 Thread Frager, Neal
Hi Michal, > Now that the zynqmp pinctrl driver supports the tri-state registers, make > sure that the pins requiring output-enable are configured appropriately for > SOMs. > > Without it, all tristate setting for MIOs, which are not related to SOM > itself, are using default configuration which

Re: [PATCH v2 1/1] arm64: zynqmp: Add output-enable pins to SOMs

2023-12-13 Thread Michal Simek
On 12/13/23 14:40, Neal Frager wrote: Now that the zynqmp pinctrl driver supports the tri-state registers, make sure that the pins requiring output-enable are configured appropriately for SOMs. Without it, all tristate setting for MIOs, which are not related to SOM itself, are using default c

[PATCH v2 1/1] arm64: zynqmp: Add output-enable pins to SOMs

2023-12-13 Thread Neal Frager
Now that the zynqmp pinctrl driver supports the tri-state registers, make sure that the pins requiring output-enable are configured appropriately for SOMs. Without it, all tristate setting for MIOs, which are not related to SOM itself, are using default configuration which is not correct setting.