Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f6c4b16 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: Enable RGMII for SA515M CCARD"

parents d1a8fed7 9c8e3332
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -119,3 +119,14 @@
&i2c_4 {
	status = "okay";
};

&emac_hw {
	/delete-property/ vreg_rgmii-supply;
	pinctrl-names = "default";
	pinctrl-0 = <&vreg_rgmii_off_default>;
};

&vreg_rgmii_io_pads {
	regulator-min-microvolt = <1800000>;
	regulator-max-microvolt = <1800000>;
};
+11 −0
Original line number Diff line number Diff line
@@ -38,3 +38,14 @@
&usb {
	extcon = <&pm8150b_pdphy>;
};

&pmxprairie_gpios {
	vreg_rgmii_off {
		vreg_rgmii_off_default: vreg_rgmii_off_default {
			pins = "gpio9";
			bias-pull-down;
			output-disable;
			input-enable;
		};
	};
};
+2 −2
Original line number Diff line number Diff line
@@ -502,8 +502,8 @@
	vreg_rgmii_io_pads: rgmii_io_pads_regulator {
		compatible = "regulator-fixed";
		regulator-name = "rgmii_io_pads";
		regulator-min-microvolt = <1800000>;
		regulator-max-microvolt = <1800000>;
		regulator-min-microvolt = <2500000>;
		regulator-max-microvolt = <2500000>;
		regulator-enable-ramp-delay = <100>;
		gpio = <&tlmm 102 GPIO_ACTIVE_HIGH>;
		enable-active-high;