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

Commit 67a57be8 authored by Sherman Yin's avatar Sherman Yin Committed by Linus Walleij
Browse files

ARM: bcm11351: Enable pinctrl for Broadcom Capri SoCs



Enable pinctrl for Broadcom Capri (BCM281xx) SoCs.

Signed-off-by: default avatarSherman Yin <syin@broadcom.com>
Reviewed-by: default avatarChristian Daudt <bcm@fixthebug.org>
Reviewed-by: default avatarMatt Porter <matt.porter@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 54b1aa5a
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -142,4 +142,8 @@
		status = "disabled";
		status = "disabled";
	};
	};


	pinctrl@35004800 {
		compatible = "brcm,capri-pinctrl";
		reg = <0x35004800 0x430>;
	};
};
};