Signed-off-by: Josep Orga <jorga@somdevices.com>
gpios = <&gpio5 3 GPIO_ACTIVE_HIGH>;
states = <1300000 0x1 1400000 0x0>;
};
+#ifndef DUAL_ETH
+ reg_fec2_reset: regulator-fec2 {
+ //GPIO to disable FEC2 when one ethernet is selected.
+ compatible = "regulator-fixed";
+ regulator-name = "fec2_reset";
+ regulator-min-microvolt = <3300000>;
+ regulator-max-microvolt = <3300000>;
+ gpio = <&gpio5 11 GPIO_ACTIVE_LOW>;
+ off-on-delay = <20000>;
+ regulator-boot-on;
+ regulator-always-on;
+ };
+#endif
};
sound {