beagleboard / linux

The official Read Only BeagleBoard and BeagleBone kernel repository https://git.beagleboard.org/beagleboard/linux
http://beagleboard.org/source
Other
721 stars 566 forks source link

ARM: dts: Add DT support for Octavo Systems OSD3358-SM-RED newer revision #260

Closed mranostay closed 3 years ago

mranostay commented 3 years ago

Signed-off-by: Matt Ranostay matt.ranostay@konsulko.com

RobertCNelson commented 3 years ago

and Merged as of : https://github.com/beagleboard/BeagleBoard-DeviceTrees/commit/4fc52142bbcab08289e706d3aaec89ed05c98c8b

https://github.com/beagleboard/BeagleBoard-DeviceTrees/commits/v4.19.x-ti-overlays

What eeprom value did they use? The prior version had "00" section for updates. ( https://github.com/beagleboard/image-builder/blob/master/readme.md )

Octavo Systems OSD3358-SM-RED:

   0: [aa 55 33 ee 41 33 33 35  42 4e 4c 54 4F 53 30 30 |.U3.A335BNLTOS00|]

"4F 53 30 30" -> "4F 53 30 31" ???

https://github.com/beagleboard/u-boot/blob/v2019.04-bbb.io-am335x/include/configs/am335x_evm.h#L198-L200

Regards,

mranostay commented 3 years ago

Yes for this revision it will be [aa 55 33 ee 41 33 33 35 42 4e 4c 54 4F 53 30 31 |.U3.A335BNLTOS01|]

Also a pull request for the u-boot changes here https://github.com/beagleboard/u-boot/pull/1