[U-Boot] [U-Boot, v3, 6/6] test: dm: Fix wrong aliases property names

Tom Rini trini at konsulko.com
Thu May 31 18:16:40 UTC 2018


On Sat, May 19, 2018 at 02:13:55PM +0200, Eugeniu Rosca 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 by applying the 's/_/-/' substitution in the names of the
> 'fdt_dummy0', 'fdt_dummy1', 'fdt_dummy2', 'fdt_dummy3' properties.
> 
> Similar DTC warnings have been recently fixed in Linux kernel, e.g. via
> v4.17-rc1 commit d366c30d19f4 ("ARM: dts: STi: Fix aliases property name
> for STi boards").
> 
> If done alone, the DTS update generates a failure of the
> `ut dm fdt_translation` unit test in sandbox environment as seen below:
> 
> $ ./u-boot -d arch/sandbox/dts/test.dtb

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20180531/5d898bdd/attachment.sig>


More information about the U-Boot mailing list