[RFC PATCH V2 4/9] s/.name/.compatible/
From: Stephen Warren <hidden>
Date: 2013-08-02 21:52:52
From: Stephen Warren <hidden>
Date: 2013-08-02 21:52:52
On 08/02/2013 09:51 AM, Jason Cooper wrote:
Signed-off-by: Jason Cooper <redacted>
diff --git a/board-raumfeld.c b/board-raumfeld.c
@@ -21,19 +21,19 @@ static struct board boards[] = { .machid = 2413, .system_rev = 0, .dtb = &_binary_input_raumfeld_controller_0_dtb_start, - .name = "Raumfeld Controller, revision 0", + .compatible = "Raumfeld Controller, revision 0",
This looks a little unfortunate; those values don't look like they're the contents of the DT compatible property.