
On 7/13/23 02:12, Nate Drude wrote:
Hi Marek,
On 7/12/23 5:16 PM, Marek Vasut wrote:
[You don't often get email from marek.vasut@mailbox.org. Learn why this is important at https://aka.ms/LearnAboutSenderIdentification ]
On 7/12/23 22:50, Nate Drude wrote:
The MXL8611X driver has custom bindings for configuring the LEDs and RGMII internal delays. This patch adds the documentation and defines necessary to configure it from the device tree.
Signed-off-by: Nate Drude nate.d@variscite.com
Is this binding document picked from Linux ?
If so, include commit ID in the commit message.
If not, why ?
There is no driver pushed to Linux yet. There is a vendor driver that is not ready for mainline.
The vendor driver does not support any device tree configuration. Thus, these bindings are new and are aligned with the Variscite kernel, which includes a patched version of the vendor driver: https://github.com/varigit/linux-imx/compare/fb80db2fc3ba1ccb3c7503495c4544e...
The defines in mxl-8611x.h are copied from the vendor driver.
Please send those bindings to devicetree@ so they get reviewed by DT maintainers too. Otherwise U-Boot might end up using divergent bindings from what is going to land in Linux. Then add a link into the patch to the submission at lore.kernel.org .
Thanks