mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 21:21:41 +00:00
1527058736
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>
3 lines
104 B
Makefile
3 lines
104 B
Makefile
obj-$(CONFIG_COMMON_RESET_HI6220) += hi6220_reset.o
|
|
obj-$(CONFIG_COMMON_RESET_HI3660) += reset-hi3660.o
|