
On 22/04/20 9:57 PM, Tom Rini wrote:
On Fri, Apr 17, 2020 at 05:05:48PM -0400, Tom Rini wrote:
On Mon, Jan 13, 2020 at 11:34:55AM +0100, Patrick Delaunay wrote:
Convert 'pinctrl-single' using livetree functions
- dev_read_prop
- dev_read_u32_default
- dev_read_u32_array
- dev_read_bool
- dev_read_addr
and get rid of DECLARE_GLOBAL_DATA_PTR.
Reviewed-by: Simon Glass sjg@chromium.org Signed-off-by: Patrick Delaunay patrick.delaunay@st.com
Applied to u-boot/master, thanks!
Now that I've setup my AM65x board, this commit is breaking boot there and I don't have any idea why. I don't get any sort of output on either core (this platform takes am65x_evm_r5 for the SPL and am65x_evm_a53 for the main core).
Ahh thanks for the pointer Tom. I have been struggling since yesterday as why my board is not booting with latest master. Looks like this patch is passing the wrong device pointer for searching pinctrl-single-pins. Just posted a patch fixing it[0]. Please have a look and merge it asap.
[0] https://patchwork.ozlabs.org/project/uboot/patch/20200422172531.29649-1-loke...
Thanks and regards, Lokesh