Thread (22 messages) 22 messages, 3 authors, 2018-06-26

[PATCH 2/9] ARM: davinci: omapl138-hawk: add aemif & nand support

From: david@lechnology.com (David Lechner)
Date: 2018-06-25 16:09:05
Also in: linux-clk, lkml

On 06/25/2018 10:29 AM, Bartosz Golaszewski wrote:
From: Bartosz Golaszewski <redacted>

We now have support for aemif & nand from board files. As an example
add support for nand to da850-hawk.

Signed-off-by: Bartosz Golaszewski <redacted>
---
+static struct platform_device omapl138_hawk_aemif_devices[] = {
+	{
+		.name		= "davinci_nand",
+		.id		= 1,
same comment as on da850-evm...

this might need id = 0 now.
+		.dev		= {
+			.platform_data	= &omapl138_hawk_nandflash_data,
+		},
+		.resource	= omapl138_hawk_nandflash_resource,
+		.num_resources	= ARRAY_SIZE(omapl138_hawk_nandflash_resource),
+	}
+};
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help