mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-06 00:55:27 +07:00
arm64: dts: meson-axg: remove alternate xtal
There is actually no alternate xtal on any of the axg board I have
seen so far. The 32k is actually generated internally, deriving from
the 24MHz main xtal.
Amlogic SoC also have the option to provide the 32k reference externally,
through one of the AO pads, but no platform is using this ATM.
Fixes: 5e395e1466
("ARM64: dts: meson-axg: add an 32K alt aoclk")
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
6f31ba17c8
commit
ed85b3435e
@ -53,13 +53,6 @@ tdmif_c: audio-controller-2 {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
ao_alt_xtal: ao_alt_xtal-clk {
|
||||
compatible = "fixed-clock";
|
||||
clock-frequency = <32000000>;
|
||||
clock-output-names = "ao_alt_xtal";
|
||||
#clock-cells = <0>;
|
||||
};
|
||||
|
||||
arm-pmu {
|
||||
compatible = "arm,cortex-a53-pmu";
|
||||
interrupts = <GIC_SPI 137 IRQ_TYPE_LEVEL_HIGH>,
|
||||
|
Loading…
Reference in New Issue
Block a user