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

Commit c63b8f0a authored by Ashay Jaiswal's avatar Ashay Jaiswal
Browse files

ARM: msm: dts: Add a SPI Ethernet controller regulator for APQ8084 CDP



The SPI Ethernet controller found on APQ8084 CDP boards is powered via a
MAX1818EUT33 chip. Add device definition for this.

Change-Id: I4be9471b7835d05690679d0092eac8de6c695a80
Signed-off-by: default avatarAshay Jaiswal <ashayj@codeaurora.org>
parent 14c105a9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -83,6 +83,14 @@
		qcom,panel-maxy = <2084>;
		qcom,key-codes = <158 139 102 217>;
	};

	spi_eth_vreg: spi_eth_vreg {
		compatible = "regulator-fixed";
		regulator-name = "spi_eth_vreg";
		startup-delay-us = <60>;
		enable-active-high;
		gpio = <&msmgpio 39 0>;
	};
};

/include/ "dsi-panel-jdi-1080p-video.dtsi"