9
0
Fork 0

ARM: dts: i.MX7 WaRP7: remove wdog1 pinctrl workaround

The wdog1 pinctrl got fixed with linux upstream commit 213e51ca8df1 ("ARM:
dts: imx7: Add "LPSR" to LPSR iomux pin names").
Remove the old workaround, since it triggers a build error.

Signed-off-by: Alexander Kurz <akurz@blala.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Alexander Kurz 2017-03-19 18:02:10 +01:00 committed by Sascha Hauer
parent d711adeec8
commit 82c065d276
1 changed files with 0 additions and 17 deletions

View File

@ -43,20 +43,3 @@
};
};
};
/*
/* The watchdog pinctrl is attached to the wrong iomux controller in
* the upstream dts file. This can be removed once we pull in the
* corresponding fix from the upstream dts files.
*/
&wdog1 {
pinctrl-0 = <&pinctrl_wdog_lpsr>;
};
&iomuxc_lpsr {
pinctrl_wdog_lpsr: wdoggrp {
fsl,pins = <
MX7D_PAD_GPIO1_IO00__WDOD1_WDOG_B 0x74
>;
};
};