arm64: dts: zte: remove zx296718 pll_vga clock
Rather than a fixed rate clock, pll_vga is a PLL can be programmed into different freqencies. Let's drop it from device tree and get it registered from clock driver. Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
This commit is contained in:
parent
c1ae3cfa0e
commit
6d7e05ab8f
|
@ -235,13 +235,6 @@ pll_mac: clk-pll-1000m {
|
|||
clock-output-names = "pll_mac";
|
||||
};
|
||||
|
||||
pll_vga: clk-pll-1073m {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <1073000000>;
|
||||
clock-output-names = "pll_vga";
|
||||
};
|
||||
|
||||
pll_mm0: clk-pll-1188m {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
|
|
Loading…
Reference in New Issue