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

Commit 998d7d64 authored by Phil Edworthy's avatar Phil Edworthy Committed by Simon Horman
Browse files

ARM: shmobile: koelsch: Enable PCIe Controller & PCIe bus clock

parent 811cdfae
Loading
Loading
Loading
Loading
+8 −0
Original line number Original line Diff line number Diff line
@@ -426,6 +426,14 @@
	};
	};
};
};


&pcie_bus_clk {
	status = "okay";
};

&pciec {
	status = "okay";
};

&cpu0 {
&cpu0 {
	cpu0-supply = <&vdd_dvfs>;
	cpu0-supply = <&vdd_dvfs>;
};
};