diff options
author | Zhangfei Gao <zhangfei.gao@linaro.org> | 2016-12-06 02:51:32 +0100 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-01-09 10:38:58 +0100 |
commit | 1527058736fad60e37ca6103f0de39ca045c5fc5 (patch) | |
tree | 72e890a206492772289f1c40762f6d4925317627 /drivers/reset/reset-ti-syscon.c | |
parent | dt-bindings: Document the hi3660 reset bindings (diff) | |
download | linux-1527058736fad60e37ca6103f0de39ca045c5fc5.tar.xz linux-1527058736fad60e37ca6103f0de39ca045c5fc5.zip |
reset: hisilicon: add reset-hi3660
Add hi3660 reset driver
Example of dts usage:
iomcu_rst: iomcu_rst_controller {
compatible = "hisilicon,hi3660-reset";
hisi,rst-syscon = <&iomcu>;
#reset-cells = <2>;
};
i2c0: i2c@..... {
...
resets = <&iomcu_rst 0x20 3>; /* offset: 0x20; bit: 3 */
...
};
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions