From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752174AbeA3AOt (ORCPT ); Mon, 29 Jan 2018 19:14:49 -0500 Received: from mail-pg0-f65.google.com ([74.125.83.65]:46284 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751439AbeA3AOr (ORCPT ); Mon, 29 Jan 2018 19:14:47 -0500 X-Google-Smtp-Source: AH8x224EymGsGAgAK3ya5XScUisr0GBIILbwi2LLM7Z8AhovJC3eglw9Hg7NBfNjCfSXA84DLUlAKA== Subject: Re: [PATCH 2/2] of: convert unittest overlay devicetree source to sugar syntax To: Geert Uytterhoeven Cc: Rob Herring , Pantelis Antoniou , Pantelis Antoniou , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Linux Kernel Mailing List References: <1517194414-19932-1-git-send-email-frowand.list@gmail.com> <1517194414-19932-3-git-send-email-frowand.list@gmail.com> From: Frank Rowand Message-ID: Date: Mon, 29 Jan 2018 16:14:45 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/29/18 02:37, Geert Uytterhoeven wrote: > Hi Frank, > > On Mon, Jan 29, 2018 at 3:53 AM, wrote: >> From: Frank Rowand >> >> The unittest-data overlays have been pulled into proper overlay >> devicetree source files without changing their format. The >> next step is to convert them to use sugar syntax instead of >> hand coding overlay fragments structure. > > Cool! I had heard about the new syntax, but hadn't realized it was merged in > v4.15-rc1. > > Have you used your overlay_convert_old_to_new script to convert them? > >> A few of the overlays can not be converted because they test >> absolute target paths in the overlay fragment. dtc does not >> generate this type of target: >> overlay_0.dts >> overlay_1.dts >> overlay_12.dts >> overlay_13.dts > > And I guess you want to keep at least a few tests using the non-sugar syntax > anyway? Not really. But not something I care about at the moment. > > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. But > when I'm talking to journalists I just say "programmer" or something like that. > -- Linus Torvalds >