soc/qualcomm/sc7180: Adapt to recent API changes
commitb9d5b264584affa666adaa0e364e99f86361fd16
authorPatrick Georgi <pgeorgi@google.com>
Thu, 5 Dec 2019 18:56:53 +0000 (5 19:56 +0100)
committerPatrick Georgi <pgeorgi@google.com>
Thu, 5 Dec 2019 19:37:31 +0000 (5 19:37 +0000)
treeedd7ea897c2812c00bac24d32b80f65ab8c37950
parent68b6eb78d2b86d43d3d285a88a686de20751cb81
soc/qualcomm/sc7180: Adapt to recent API changes

Definitions were moved so that now device/mmio.h needs to be included
instead of arch/mmio.h. Also, don't use le32 conversion.

This follows the activities of commit 55009af42 (Change all
clrsetbits_leXX() to clrsetbitsXX()) and commit 1c371572188 (mmio: Add
clrsetbitsXX() API in place of updateX()).

Change-Id: Ie3af0d4f0b3331fe5572fc56915952547b512db7
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37534
Reviewed-by: Julius Werner <jwerner@chromium.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
src/soc/qualcomm/sc7180/clock.c
src/soc/qualcomm/sc7180/usb.c