aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJerome Brunet <jbrunet@baylibre.com>2018-11-29 17:54:51 +0100
committerKevin Hilman <khilman@baylibre.com>2018-12-04 16:17:05 -0800
commited85b3435e45a983dc24e388bfe0b1b337c6377f (patch)
tree7951c2e468b03c4d650e12074f03384bd15fc8eb
parentarm64: dts: meson-axg: Enable watchdog on Meson AXG SoCs (diff)
downloadlinux-dev-ed85b3435e45a983dc24e388bfe0b1b337c6377f.tar.xz
linux-dev-ed85b3435e45a983dc24e388bfe0b1b337c6377f.zip
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: 5e395e146667 ("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>
-rw-r--r--arch/arm64/boot/dts/amlogic/meson-axg.dtsi7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index 524f6ab85070..cb6c222f9d0e 100644
--- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
@@ -53,13 +53,6 @@
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>,