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: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
This commit is contained in:
Peter Griffin 2015-04-30 15:30:00 +02:00 committed by Maxime Coquelin
parent 571ac3be06
commit 0dee58e66f
1 changed files with 11 additions and 0 deletions

View File

@ -86,5 +86,16 @@ mmc0: sdhci@09060000 {
sd-uhs-sdr104; sd-uhs-sdr104;
sd-uhs-ddr50; sd-uhs-ddr50;
}; };
miphy28lp_phy: miphy28lp@9b22000 {
phy_port0: port@9b22000 {
st,osc-rdy;
};
phy_port1: port@9b2a000 {
st,osc-force-ext;
};
};
}; };
}; };