On Fri, Feb 08, 2019 at 09:57:04AM -0200, Fabio Estevam wrote:
Hi Jonathan,
On Tue, Jan 29, 2019 at 2:55 PM Jonathan Neuschäfer
[off-list ref] wrote:
quoted
AFAICS from the i.MX50 Reference Manual, the i.MX50 IOMUXC works the
same as the one in i.MX51, so I copied fsl,imx51-pinctrl.txt and changed
the text to imx50.
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Cc: Dong Aisheng <redacted>
Cc: Shawn Guo <redacted>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Thanks!
quoted
+Required properties:
+- compatible: "fsl,imx50-iomuxc"
+- fsl,pins: two integers array, represents a group of pins mux and config
+ setting. The format is fsl,pins = <PIN_FUNC_ID CONFIG>, PIN_FUNC_ID is a
+ pin working on a specific function, CONFIG is the pad setting value like
+ pull-up for this pin. Please refer to imx50 datasheet for the valid pad
Nit: It is the i.MX50 Reference Manual, not its datasheet that
describes the pad settings values.
Indeed, good catch.
I noticed that all the bindings say datasheet though, so I will send a
patch to fix this.
Thanks!
Jonathan Neuschäfer