[U-Boot] [PATCH v2 6/6] sandbox: dts: test: Fix wrong aliases property names
Eugeniu Rosca
roscaeugeniu at gmail.com
Sat May 12 17:13:31 UTC 2018
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(-)
diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 683b1970e0af..3e87c5c0f3fd 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -27,10 +27,10 @@
testfdt3 = "/b-test";
testfdt5 = "/some-bus/c-test at 5";
testfdt8 = "/a-test";
- fdt_dummy0 = "/translation-test at 8000/dev at 0,0";
- fdt_dummy1 = "/translation-test at 8000/dev at 1,100";
- fdt_dummy2 = "/translation-test at 8000/dev at 2,200";
- fdt_dummy3 = "/translation-test at 8000/noxlatebus at 3,300/dev at 42";
+ fdt-dummy0 = "/translation-test at 8000/dev at 0,0";
+ fdt-dummy1 = "/translation-test at 8000/dev at 1,100";
+ fdt-dummy2 = "/translation-test at 8000/dev at 2,200";
+ fdt-dummy3 = "/translation-test at 8000/noxlatebus at 3,300/dev at 42";
usb0 = &usb_0;
usb1 = &usb_1;
usb2 = &usb_2;
--
2.17.0
More information about the U-Boot
mailing list