* [PATCH] arm64: dts: meson-axg: remove alternate xtal
@ 2018-11-29 16:54 ` Jerome Brunet
0 siblings, 0 replies; 5+ messages in thread
From: Jerome Brunet @ 2018-11-29 16:54 UTC (permalink / raw)
To: linus-amlogic
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>
---
arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 7 -------
1 file changed, 7 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index f2e9fbfff4ea..63adf54b00c5 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>,
--
2.19.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] arm64: dts: meson-axg: remove alternate xtal
@ 2018-11-29 16:54 ` Jerome Brunet
0 siblings, 0 replies; 5+ messages in thread
From: Jerome Brunet @ 2018-11-29 16:54 UTC (permalink / raw)
To: Kevin Hilman, Carlo Caione
Cc: Jerome Brunet, devicetree, linux-amlogic, linux-kernel
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>
---
arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 7 -------
1 file changed, 7 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
index f2e9fbfff4ea..63adf54b00c5 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>,
--
2.19.1
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] arm64: dts: meson-axg: remove alternate xtal
2018-11-29 16:54 ` Jerome Brunet
(?)
@ 2018-12-04 23:36 ` Kevin Hilman
-1 siblings, 0 replies; 5+ messages in thread
From: Kevin Hilman @ 2018-12-04 23:36 UTC (permalink / raw)
To: Jerome Brunet, Carlo Caione
Cc: devicetree, linux-amlogic, linux-kernel, Jerome Brunet
Jerome Brunet <jbrunet@baylibre.com> writes:
> 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>
Queued for v4.21 (branch: v4.21/dt64)
Thanks,
Kevin
_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm64: dts: meson-axg: remove alternate xtal
@ 2018-12-04 23:36 ` Kevin Hilman
0 siblings, 0 replies; 5+ messages in thread
From: Kevin Hilman @ 2018-12-04 23:36 UTC (permalink / raw)
To: Carlo Caione; +Cc: Jerome Brunet, devicetree, linux-amlogic, linux-kernel
Jerome Brunet <jbrunet@baylibre.com> writes:
> 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>
Queued for v4.21 (branch: v4.21/dt64)
Thanks,
Kevin
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] arm64: dts: meson-axg: remove alternate xtal
@ 2018-12-04 23:36 ` Kevin Hilman
0 siblings, 0 replies; 5+ messages in thread
From: Kevin Hilman @ 2018-12-04 23:36 UTC (permalink / raw)
To: Jerome Brunet, Carlo Caione
Cc: Jerome Brunet, devicetree, linux-amlogic, linux-kernel
Jerome Brunet <jbrunet@baylibre.com> writes:
> 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>
Queued for v4.21 (branch: v4.21/dt64)
Thanks,
Kevin
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2018-12-04 23:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-11-29 16:54 [PATCH] arm64: dts: meson-axg: remove alternate xtal Jerome Brunet
2018-11-29 16:54 ` Jerome Brunet
2018-12-04 23:36 ` Kevin Hilman
2018-12-04 23:36 ` Kevin Hilman
2018-12-04 23:36 ` Kevin Hilman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.