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

Commit 9174e498 authored by Dmitry Eremin-Solenikov's avatar Dmitry Eremin-Solenikov Committed by Kumar Gala
Browse files

powerpc/83xx: mpc8349emitx - add gpio controller declarations



mpc8349 bears two GPIO controllers. Enable support for them.

Signed-off-by: default avatarDmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 196f0082
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
@@ -63,6 +63,24 @@
			reg = <0x200 0x100>;
			reg = <0x200 0x100>;
		};
		};


		gpio1: gpio-controller@c00 {
			#gpio-cells = <2>;
			compatible = "fsl,mpc8349-gpio";
			reg = <0xc00 0x100>;
			interrupts = <74 0x8>;
			interrupt-parent = <&ipic>;
			gpio-controller;
		};

		gpio2: gpio-controller@d00 {
			#gpio-cells = <2>;
			compatible = "fsl,mpc8349-gpio";
			reg = <0xd00 0x100>;
			interrupts = <75 0x8>;
			interrupt-parent = <&ipic>;
			gpio-controller;
		};

		i2c@3000 {
		i2c@3000 {
			#address-cells = <1>;
			#address-cells = <1>;
			#size-cells = <0>;
			#size-cells = <0>;