Page MenuHomeFreeBSD

AM335x: ti_pinmux.c add pinconf-single to set of compatible strings
AbandonedPublic

Authored by oskar.holmlund_ohdata.se on Sep 17 2023, 3:31 PM.
Tags
Referenced Files
F115031062: D41896.id.diff
Sat, Apr 19, 7:45 PM
F115024279: D41896.id127478.diff
Sat, Apr 19, 6:01 PM
F115010550: D41896.id127478.diff
Sat, Apr 19, 2:09 PM
Unknown Object (File)
Fri, Apr 18, 4:04 AM
Unknown Object (File)
Sun, Apr 13, 2:42 PM
Unknown Object (File)
Feb 23 2025, 10:36 AM
Unknown Object (File)
Jan 17 2025, 5:22 PM
Unknown Object (File)
Dec 27 2024, 2:46 AM
Subscribers

Details

Summary

DTS import 5.16 changed am335x-pocketbeagle.dts to use pinconf-single instead of pinctrl-single.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

Seems fine to me, I could actually approve this one but I'll wait for others to take a look.

manu requested changes to this revision.Sep 18 2023, 7:23 AM

Since TI port is dead I think that this driver should be made generic and not patching it this way.
Both pinctrl-single and pinconf-single aren't specific for TI.

This revision now requires changes to proceed.Sep 18 2023, 7:23 AM
In D41896#954928, @manu wrote:

Since TI port is dead

I meant to ask, with the changes in the 3 reviews, and with a suitable config file, does TI now boot? E.g. BeagleBone Black?

Manu: ok.

Mike, no you need more patches for it to boot. You will get it this week.
Beaglebone black boots with some u-boot issues regarding the ethernet and USB due to DTS missmatch to the one provided by Linux..
Pocketbeagle will not boot if you have a uboot version >= 2003.01.

Mike, no you need more patches for it to boot. You will get it this week.
Beaglebone black boots with some u-boot issues regarding the ethernet and USB due to DTS missmatch to the one provided by Linux..
Pocketbeagle will not boot if you have a uboot version >= 2003.01.

Hopefully TI (incuding BBB) will boot in 14.0 with the u-boot and DTS in the release. Is that possible?