PabloPL / linux

Linux kernel source tree
Other
17 stars 0 forks source link

PowerVR DT conversion #25

Closed xc-racer99 closed 5 years ago

xc-racer99 commented 5 years ago

Rather basic, but the IRQ is now detected (number 90); the clock is found (and found out we needed to prepare the clock as well); power domain is removed (new power domain framework would be used regardless, not implemented as a regulator)

The the DT support (PVR_LDM_DEVICE_TREE et al) is roughly based on the OMAP DDK 1.14 driver. Note that we could in the future convert SGX540_BASEADDR and MAPPING_SIZE to DT properties, the DTS already has the reg property.

PabloPL commented 5 years ago

Looks good