summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3288/syscon_rk3288.c
Commit message (Collapse)AuthorAgeLines
* rockchip: syscon: Update to work with of-platdataSimon Glass2016-07-14-0/+38
| | | | | | | | | The syscon devices all end up having diffent driver names with of-platdata, since the driver name comes from the first string in the compatible list. Add separate device declarations for each one, and add a bind method to set up driver_data correctly. Signed-off-by: Simon Glass <sjg@chromium.org>
* rockchip: rk3288: Add a simple syscon driverSimon Glass2015-09-02-0/+25
Add a driver that provides access to system controllers. Signed-off-by: Simon Glass <sjg@chromium.org>