test: mcux_acmp: remove hwv1 overlay which conflicts with hwv2
remove the hwv1 config and use hwv2 only Signed-off-by: Hake Huang <hake.huang@oss.nxp.com>
This commit is contained in:
parent
9312f2e987
commit
d16b4ab103
|
@ -1,22 +0,0 @@
|
|||
/*
|
||||
* Copyright 2022 NXP
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
&pinctrl {
|
||||
acmp1_default: acmp1_default {
|
||||
group0 {
|
||||
pinmux = <&iomuxc_gpio_ad_01_acmp1_in2>;
|
||||
drive-strength = "high";
|
||||
bias-pull-up;
|
||||
slew-rate = "fast";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&acmp1 {
|
||||
status = "okay";
|
||||
pinctrl-0 = <&acmp1_default>;
|
||||
pinctrl-names = "default";
|
||||
};
|
Loading…
Reference in a new issue