mirror of https://gitee.com/openkylin/linux.git
ARM: nomadik: disable chrystals in top level board files
Do not force disable the chrystals in the SoC file, this is per-board dependent. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
6bd5e87017
commit
a81cf1ad2a
|
@ -182,8 +182,6 @@ i2c2_default_cfg {
|
|||
src: src@101e0000 {
|
||||
compatible = "stericsson,nomadik-src";
|
||||
reg = <0x101e0000 0x1000>;
|
||||
disable-sxtalo;
|
||||
disable-mxtalo;
|
||||
|
||||
/*
|
||||
* MXTAL "Main Chrystal" is a chrystal oscillator @19.2 MHz
|
||||
|
|
Loading…
Reference in New Issue