summaryrefslogtreecommitdiff
path: root/arch/arm/mach-rockchip/rk3288/syscon_rk3288.c
AgeCommit message (Collapse)Author
2016-07-14rockchip: syscon: Update to work with of-platdataSimon Glass
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>
2015-09-02rockchip: rk3288: Add a simple syscon driverSimon Glass
Add a driver that provides access to system controllers. Signed-off-by: Simon Glass <sjg@chromium.org>