ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / reset / allwinner,sunxi-clock-reset.txt
blob4ca66c96fe97e7b98da4eba0cbdcf6158ffac35c
1 Allwinner sunxi Peripheral Reset Controller
2 ===========================================
4 Please also refer to reset.txt in this directory for common reset
5 controller binding usage.
7 Required properties:
8 - compatible: Should be one of the following:
9   "allwinner,sun6i-a31-ahb1-reset"
10   "allwinner,sun6i-a31-clock-reset"
11 - reg: should be register base and length as documented in the
12   datasheet
13 - #reset-cells: 1, see below
15 example:
17 ahb1_rst: reset@1c202c0 {
18         #reset-cells = <1>;
19         compatible = "allwinner,sun6i-a31-ahb1-reset";
20         reg = <0x01c202c0 0xc>;