ARM: dts: tacoma: Hog LPC pinmux

Requesting pinmux configuration is done at driver probe time. The LPC IP
is composed of many sub-devices, each with their own driver, and no
driver exists for the entire IP block. Avoid having each sub-device
request the LPC pinmux by just hogging it in the pinctrl node.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
Andrew Jeffery 2019-10-22 15:47:36 +11:00 committed by Joel Stanley
parent 8fc6327f0f
commit 253d39f5a6

View file

@ -1186,3 +1186,10 @@
&i2c13 {
status = "okay";
};
&pinctrl {
/* Hog these as no driver is probed for the entire LPC block */
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_lpc_default>,
<&pinctrl_lsirq_default>;
};