[U-Boot] [PATCH v2 6/6] sandbox: dts: test: Fix wrong aliases property names

Simon Glass sjg at chromium.org
Sun May 13 22:00:50 UTC 2018


On 13 May 2018 at 03:13, Eugeniu Rosca <roscaeugeniu at gmail.com> wrote:
> After importing v4.17-rc1 Linux commit 9130ba884640 ("scripts/dtc:
> Update to upstream version v1.4.6-9-gaadd0b65c987"), sandbox build
> reports below warnings:
>
> arch/sandbox/dts/test.dtb: Warning (alias_paths): /aliases: aliases property name must include only lowercase and '-'
> arch/sandbox/dts/test.dtb: Warning (alias_paths): /aliases: aliases property name must include only lowercase and '-'
> arch/sandbox/dts/test.dtb: Warning (alias_paths): /aliases: aliases property name must include only lowercase and '-'
> arch/sandbox/dts/test.dtb: Warning (alias_paths): /aliases: aliases property name must include only lowercase and '-'
>
> Silent them.
>
> Fixes: e8d5291824e2 ("core: ofnode: Fix translation for #size-cells == 0")
> Signed-off-by: Eugeniu Rosca <erosca at de.adit-jv.com>
> ---
>
> v1->v2:
> * Newly pushed
>
>  arch/sandbox/dts/test.dts | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list