All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx7ulp: Add cpu clock-frequency property
@ 2019-11-05  1:49 ` Anson Huang
  0 siblings, 0 replies; 8+ messages in thread
From: Anson Huang @ 2019-11-05  1:49 UTC (permalink / raw)
  To: robh+dt, mark.rutland, shawnguo, s.hauer, kernel, festevam,
	devicetree, linux-arm-kernel, linux-kernel
  Cc: Linux-imx

Add "clock-frequency" property to avoid below warning on i.MX7ULP:

[    0.011762] /cpus/cpu@0 missing clock-frequency property

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
---
 arch/arm/boot/dts/imx7ulp.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/imx7ulp.dtsi b/arch/arm/boot/dts/imx7ulp.dtsi
index d37a192..87b2237 100644
--- a/arch/arm/boot/dts/imx7ulp.dtsi
+++ b/arch/arm/boot/dts/imx7ulp.dtsi
@@ -41,6 +41,7 @@
 			compatible = "arm,cortex-a7";
 			device_type = "cpu";
 			reg = <0>;
+			clock-frequency = <500210526>;
 		};
 	};
 
-- 
2.7.4


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

end of thread, other threads:[~2019-12-04  2:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-05  1:49 [PATCH] ARM: dts: imx7ulp: Add cpu clock-frequency property Anson Huang
2019-11-05  1:49 ` Anson Huang
2019-12-02 13:47 ` Shawn Guo
2019-12-02 13:47   ` Shawn Guo
2019-12-03  1:09   ` Anson Huang
2019-12-03  1:09     ` Anson Huang
2019-12-04  2:02     ` Shawn Guo
2019-12-04  2:02       ` Shawn Guo

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.