linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: imx8mm/n-venice-gw7902: Remove invalid property
@ 2022-08-04 17:59 Fabio Estevam
  2022-08-04 19:19 ` Tim Harvey
  2022-08-21 13:38 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Fabio Estevam @ 2022-08-04 17:59 UTC (permalink / raw)
  To: shawnguo; +Cc: linux-arm-kernel, tharvey, Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

The 'oscillator-frequency' property is not documented and it is
not used anywhere. Remove it.

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts | 1 -
 arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts | 1 -
 2 files changed, 2 deletions(-)

diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
index 6dc5eda2d256..31f4c735fe4f 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
@@ -222,7 +222,6 @@ can@0 {
 		compatible = "microchip,mcp2515";
 		reg = <0>;
 		clocks = <&can20m>;
-		oscillator-frequency = <20000000>;
 		interrupt-parent = <&gpio2>;
 		interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
 		spi-max-frequency = <10000000>;
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts b/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts
index 636f8602b979..dd4302ac1de4 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts
@@ -213,7 +213,6 @@ can@0 {
 		compatible = "microchip,mcp2515";
 		reg = <0>;
 		clocks = <&can20m>;
-		oscillator-frequency = <20000000>;
 		interrupt-parent = <&gpio2>;
 		interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
 		spi-max-frequency = <10000000>;
-- 
2.25.1


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: imx8mm/n-venice-gw7902: Remove invalid property
  2022-08-04 17:59 [PATCH] arm64: dts: imx8mm/n-venice-gw7902: Remove invalid property Fabio Estevam
@ 2022-08-04 19:19 ` Tim Harvey
  2022-08-21 13:38 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Tim Harvey @ 2022-08-04 19:19 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: shawnguo, linux-arm-kernel, Fabio Estevam

On Thu, Aug 4, 2022 at 10:59 AM Fabio Estevam <festevam@gmail.com> wrote:
>
> From: Fabio Estevam <festevam@denx.de>
>
> The 'oscillator-frequency' property is not documented and it is
> not used anywhere. Remove it.
>
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---
>  arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts | 1 -
>  arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts | 1 -
>  2 files changed, 2 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
> index 6dc5eda2d256..31f4c735fe4f 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mm-venice-gw7902.dts
> @@ -222,7 +222,6 @@ can@0 {
>                 compatible = "microchip,mcp2515";
>                 reg = <0>;
>                 clocks = <&can20m>;
> -               oscillator-frequency = <20000000>;
>                 interrupt-parent = <&gpio2>;
>                 interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
>                 spi-max-frequency = <10000000>;
> diff --git a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts b/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts
> index 636f8602b979..dd4302ac1de4 100644
> --- a/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts
> +++ b/arch/arm64/boot/dts/freescale/imx8mn-venice-gw7902.dts
> @@ -213,7 +213,6 @@ can@0 {
>                 compatible = "microchip,mcp2515";
>                 reg = <0>;
>                 clocks = <&can20m>;
> -               oscillator-frequency = <20000000>;
>                 interrupt-parent = <&gpio2>;
>                 interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
>                 spi-max-frequency = <10000000>;
> --
> 2.25.1
>

Thanks Fabio,

Acked-by: Tim Harvey <tharvey@gateworks.com>

Best Regards,

Tim

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] arm64: dts: imx8mm/n-venice-gw7902: Remove invalid property
  2022-08-04 17:59 [PATCH] arm64: dts: imx8mm/n-venice-gw7902: Remove invalid property Fabio Estevam
  2022-08-04 19:19 ` Tim Harvey
@ 2022-08-21 13:38 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2022-08-21 13:38 UTC (permalink / raw)
  To: Fabio Estevam; +Cc: linux-arm-kernel, tharvey, Fabio Estevam

On Thu, Aug 04, 2022 at 02:59:43PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> The 'oscillator-frequency' property is not documented and it is
> not used anywhere. Remove it.
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>

Applied, thanks!

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-21 13:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-04 17:59 [PATCH] arm64: dts: imx8mm/n-venice-gw7902: Remove invalid property Fabio Estevam
2022-08-04 19:19 ` Tim Harvey
2022-08-21 13:38 ` Shawn Guo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).