Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66da627e authored by Thor Thayer's avatar Thor Thayer Committed by Lee Jones
Browse files

dt-bindings: mfd: Add Altera Arria10 SR Reset Controller bindings



This patch adds documentation for the Altera A10-SR Reset
Controller DT bindings.

Signed-off-by: default avatarThor Thayer <thor.thayer@linux.intel.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent dd47e972
Loading
Loading
Loading
Loading
+11 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,7 @@ The A10SR consists of these sub-devices:
Device                   Description
Device                   Description
------                   ----------
------                   ----------
a10sr_gpio               GPIO Controller
a10sr_gpio               GPIO Controller
a10sr_rst                Reset Controller


Arria10 GPIO
Arria10 GPIO
Required Properties:
Required Properties:
@@ -27,6 +28,11 @@ Required Properties:
                      the second cell is used to specify flags.
                      the second cell is used to specify flags.
                      See ../gpio/gpio.txt for more information.
                      See ../gpio/gpio.txt for more information.


Arria10 Peripheral PHY Reset
Required Properties:
- compatible        : Should be "altr,a10sr-reset"
- #reset-cells      : Should be one.

Example:
Example:


        resource-manager@0 {
        resource-manager@0 {
@@ -43,4 +49,9 @@ Example:
			gpio-controller;
			gpio-controller;
			#gpio-cells = <2>;
			#gpio-cells = <2>;
		};
		};

		a10sr_rst: reset-controller {
			compatible = "altr,a10sr-reset";
			#reset-cells = <1>;
		};
	};
	};