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

Commit 7fed0cbf authored by Thor Thayer's avatar Thor Thayer Committed by Dinh Nguyen
Browse files

ARM: dts: socfpga: Add Devkit A10-SR Reset Controller



Add the Altera Arria10 System Resource Reset Controller to the MFD

Signed-off-by: default avatarThor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
---
v2  change commit header to ARM: dts: socfpga.
parent b5990280
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -121,6 +121,11 @@
			gpio-controller;
			gpio-controller;
			#gpio-cells = <2>;
			#gpio-cells = <2>;
		};
		};

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