* [PATCH] arm64: dts: imx8mn-beacon-som: Assign PMIC clock
@ 2021-04-28 13:00 Adam Ford
2021-05-13 8:00 ` Shawn Guo
0 siblings, 1 reply; 2+ messages in thread
From: Adam Ford @ 2021-04-28 13:00 UTC (permalink / raw)
To: linux-arm-kernel; +Cc: shawnguo, aford, Adam Ford
The PMIC throws an errors because the clock isn't assigned to it.
Fix this by assigning the clocks info.
Signed-off-by: Adam Ford <aford173@gmail.com>
diff --git a/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi b/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi
index c35eeaff958f..54eaf3d6055b 100644
--- a/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx8mn-beacon-som.dtsi
@@ -120,6 +120,9 @@ pmic@4b {
interrupt-parent = <&gpio1>;
interrupts = <3 IRQ_TYPE_LEVEL_LOW>;
rohm,reset-snvs-powered;
+ #clock-cells = <0>;
+ clocks = <&osc_32k 0>;
+ clock-output-names = "clk-32k-out";
regulators {
buck1_reg: BUCK1 {
--
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] 2+ messages in thread
* Re: [PATCH] arm64: dts: imx8mn-beacon-som: Assign PMIC clock
2021-04-28 13:00 [PATCH] arm64: dts: imx8mn-beacon-som: Assign PMIC clock Adam Ford
@ 2021-05-13 8:00 ` Shawn Guo
0 siblings, 0 replies; 2+ messages in thread
From: Shawn Guo @ 2021-05-13 8:00 UTC (permalink / raw)
To: Adam Ford; +Cc: linux-arm-kernel, aford
On Wed, Apr 28, 2021 at 08:00:58AM -0500, Adam Ford wrote:
> The PMIC throws an errors because the clock isn't assigned to it.
> Fix this by assigning the clocks info.
>
> Signed-off-by: Adam Ford <aford173@gmail.com>
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] 2+ messages in thread
end of thread, other threads:[~2021-05-13 8:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-28 13:00 [PATCH] arm64: dts: imx8mn-beacon-som: Assign PMIC clock Adam Ford
2021-05-13 8:00 ` 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).