Hi Fabio,
On 05/24/2016 01:20 AM, Fabio Estevam wrote:
Hi Christopher,
On Mon, May 23, 2016 at 8:08 PM, Christopher Spinrath
[off-list ref] wrote:
quoted
I would like to but I'm not sure if I'm allowed to. As I stated in the
license header some nodes are copied (and cleaned up) from the vendor
kernel/devicetree. They are licensed GPL-v2 only. So I don't know, can I
add the X11 license?
Maybe you could contact the original author anc check?
I have sent an email to the author and will wait about a week for a
reply before I send v2.
quoted
quoted
Better to avoid 0x80000000. Replace it with the real iomux value
instead so that you don't need to rely on the bootloader
configuration.
hmm, I don't know how to determine this value. The device documentation
I have does not say anything about it and the vendor kernel uses
0x80000000...
The default value of register IOMUXC_SW_PAD_CTL_PAD_ENET_TX_DATA1 is
0x1b0b0, so you can use this value.
Another thing I forgot to comment: instead of putting this pin inside
the hog group you could put it inside the gpio-keys node.
OK, done. Can I always use the default value in this case? If yes, can
you point me to a proper documentation of these?
Thanks,
Christopher