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

Commit 0dee58e6 authored by Peter Griffin's avatar Peter Griffin Committed by Maxime Coquelin
Browse files

ARM: DT: STi: STiH418: Add miphy28lp optional oscillator clock properties



STiH418 miphy28lp port0/1 need the oscillator clock configured in the same way
as on STiH407/STiH410 platforms.

Signed-off-by: default avatarPeter Griffin <peter.griffin@linaro.org>
Signed-off-by: default avatarMaxime Coquelin <maxime.coquelin@st.com>
parent 571ac3be
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -86,5 +86,16 @@
			sd-uhs-sdr104;
			sd-uhs-ddr50;
		};

		miphy28lp_phy: miphy28lp@9b22000 {

			phy_port0: port@9b22000 {
				st,osc-rdy;
			};

			phy_port1: port@9b2a000 {
				st,osc-force-ext;
			};
		};
	};
};