Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-07-14 | rockchip: syscon: Update to work with of-platdata | Simon 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-02 | rockchip: rk3288: Add a simple syscon driver | Simon Glass | |
Add a driver that provides access to system controllers. Signed-off-by: Simon Glass <sjg@chromium.org> |