All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: da850-evm: add clock properties to the nand node
@ 2018-02-05 15:52 ` Bartosz Golaszewski
  0 siblings, 0 replies; 26+ messages in thread
From: Bartosz Golaszewski @ 2018-02-05 15:52 UTC (permalink / raw)
  To: linux-arm-kernel

From: Bartosz Golaszewski <bgolaszewski@baylibre.com>

Make nand work with the common clock framework by specifying which
clock should be used and what name to look up.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
---
 arch/arm/boot/dts/da850-evm.dts | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/arch/arm/boot/dts/da850-evm.dts b/arch/arm/boot/dts/da850-evm.dts
index a86a8a1816f2..2602ad8e99ee 100644
--- a/arch/arm/boot/dts/da850-evm.dts
+++ b/arch/arm/boot/dts/da850-evm.dts
@@ -296,6 +296,9 @@
 			reg = <0 0x02000000 0x02000000
 			       1 0x00000000 0x00008000>;
 
+			clocks = <&psc0 3>;
+			clock-names = "aemif";
+
 			ti,davinci-chipselect = <1>;
 			ti,davinci-mask-ale = <0>;
 			ti,davinci-mask-cle = <0>;
-- 
2.16.1

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

end of thread, other threads:[~2018-02-11  5:07 UTC | newest]

Thread overview: 26+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-05 15:52 [PATCH] ARM: dts: da850-evm: add clock properties to the nand node Bartosz Golaszewski
2018-02-05 15:52 ` Bartosz Golaszewski
2018-02-05 15:52 ` Bartosz Golaszewski
2018-02-06 11:07 ` Sekhar Nori
2018-02-06 11:07   ` Sekhar Nori
2018-02-06 11:07   ` Sekhar Nori
2018-02-06 13:08   ` Bartosz Golaszewski
2018-02-06 13:08     ` Bartosz Golaszewski
2018-02-06 13:08     ` Bartosz Golaszewski
2018-02-06 13:51     ` Sekhar Nori
2018-02-06 13:51       ` Sekhar Nori
2018-02-06 13:51       ` Sekhar Nori
2018-02-06 18:16       ` David Lechner
2018-02-06 18:16         ` David Lechner
2018-02-06 18:25         ` David Lechner
2018-02-06 18:25           ` David Lechner
2018-02-06 18:25           ` David Lechner
2018-02-06 18:45           ` Bartosz Golaszewski
2018-02-06 18:45             ` Bartosz Golaszewski
2018-02-06 18:45             ` Bartosz Golaszewski
2018-02-07 13:06             ` Sekhar Nori
2018-02-07 13:06               ` Sekhar Nori
2018-02-07 13:06               ` Sekhar Nori
2018-02-11  5:06 ` kbuild test robot
2018-02-11  5:06   ` kbuild test robot
2018-02-11  5:06   ` kbuild test robot

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.