[PATCH v4 1/2] BeagleBoard: Bring it back with updates.

2025-05-17 Thread OMAP at BSF
* Converted to using DM_I2C. * New config file for xM. * Run 'patman' on patches. * Use upstream device tree files. Signed-off-by: Steven Hill --- v2: Use upstream device trees. v3: No change. v4: Update name in MAINTAINERS file. --- arch/arm/dts/Makefile | 9 + arch/arm

[PATCH v4 2/2] BeagleBoard: Fix memory detection error.

2025-05-17 Thread OMAP at BSF
GPIOs are read to determine which BeagleBoard variant we are running on. It also affects the memory timings for LPDDR. The GPIO lines are not valid for SPL until we are attempting the first boot device. The GPIO lines need to be checked again in U-Boot because they were not valid early on in SPL. T

[PATCH v3 2/2] BeagleBoard: Fix memory detection error.

2025-05-17 Thread OMAP at BSF
GPIOs are read to determine which BeagleBoard variant we are running on. It also affects the memory timings for LPDDR. The GPIO lines are not valid for SPL until we are attempting the first boot device. The GPIO lines need to be checked again in U-Boot because they were not valid early on in SPL. T

[PATCH v3 1/2] BeagleBoard: Bring it back with updates.

2025-05-17 Thread OMAP at BSF
* Converted to using DM_I2C. * New config file for xM. * Run 'patman' on patches. * Use upstream device tree files. Signed-off-by: Steven Hill --- arch/arm/dts/Makefile | 9 + arch/arm/dts/omap3-beagle-u-boot.dtsi | 14 + arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi

[PATCH v2 2/2] BeagleBoard: Fix memory detection error.

2025-05-11 Thread OMAP at BSF
GPIOs are read to determine which BeagleBoard variant we are running on. It also affects the memory timings for LPDDR. The GPIO lines are not valid for SPL until we are attempting the first boot device. The GPIO lines need to be checked again in U-Boot because they were not valid early on in SPL. T

[PATCH v2 1/2] BeagleBoard: Bring it back with updates.

2025-05-11 Thread OMAP at BSF
* Converted to using DM_I2C. * New config file for xM. * Run 'patman' on patches. * Use upstream device tree files. Signed-off-by: Nevets Llih --- arch/arm/dts/Makefile | 9 + arch/arm/dts/omap3-beagle-u-boot.dtsi | 14 + arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi

[PATCH 1/2] BeagleBoard: Bring it back with updates.

2025-05-08 Thread OMAP at BSF
* Converted to using DM_I2C. * New config file for xM. * Run 'patman' on patches. Signed-off-by: Nevets Llih --- arch/arm/dts/Makefile | 9 + arch/arm/dts/omap3-beagle-u-boot.dtsi | 14 + arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi | 14 + arch/arm/dts/omap3-beagl

[PATCH 2/2] BeagleBoard: Fix memory detection error.

2025-05-08 Thread OMAP at BSF
GPIOs are read to determine which BeagleBoard variant we are running on. It also affects the memory timings for LPDDR. The GPIO lines are not valid for SPL until we are attempting the first boot device. The GPIO lines need to be checked again in U-Boot because they were not valid early on in SPL. T