diff --git a/arch/arm/dts/imx7s-warp.dts b/arch/arm/dts/imx7s-warp.dts index a59823d..c2db0d8 100644 --- a/arch/arm/dts/imx7s-warp.dts +++ b/arch/arm/dts/imx7s-warp.dts @@ -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 - >; - }; -};