* Adam Ford <aford173@xxxxxxxxx> [220226 23:47]: > The bootloader for the AM3517 has previously done much of the pin > muxing, but as the bootloader is moving more and more to a model > based on the device tree, it may no longer automatically pux the > pins, so it is necessary to add the pinmuxing to the Linux device > trees so the respective peripherals can remain functional. > > Fixes: 6ed1d7997561 ("ARM: dts: am3517-evm: Add support for UI board and Audio") > Signed-off-by: Adam Ford <aford173@xxxxxxxxx> > --- > I put the fixes tag here, because I feel that the pinmuxing should not > have depended on the bootloader, but if it's not appropriate, feel free > to drop the fixes tag when applying or I can submit a subsequent patch > with the fixes tag dropped. Makes sense as a fix as confusing issues like this are annoying. So applying into fixes fixes with s/pux/mux/ typo correction. Regards, Tony