arch: arm: overlays : add adp1050
Add ADP1050 rpi overlay.
Note : should be merged after #2457
Hi @RaduSabau1, please open this PR against main. The way this works is that (even though you test thing on the pi), we open the PR against main (As we want the driver in the main branch) and then we have a CI job that automatically cherry picks the driver for the rpi branch. Note that the overlay patch is not to be included in the PR against main (we don't have overlays in there). Hence, you can update this PR to only include the overlay patch.
Hi @nunojsa, I updated the PR accordingly and opened another PR against main as told. Thank you for your information and making me better understand the way the linux repo works :)
V2:
- Changed overlay to match upstream binding file.
Hi @RaduSabau1,
Just noticed now this is against 5.15 which is a stable branch. Can you update this so it's against rpi-6.1.y?