summaryrefslogtreecommitdiff
path: root/fdts/fvp-base-gicv3-psci-common.dtsi
diff options
context:
space:
mode:
authorRoberto Vargas <roberto.vargas@arm.com>2018-04-23 14:44:54 +0100
committerRoberto Vargas <roberto.vargas@arm.com>2018-04-24 08:30:01 +0100
commite230f4d54d5eafa7d1d8ab413fbc7c68b9520042 (patch)
treef46a91c99d06952562a2f1988fedbfc7202e9a47 /fdts/fvp-base-gicv3-psci-common.dtsi
parent7f6d8f49aa916a526c2ce227606cc51eebd0c950 (diff)
Remove dtc warnings
DTC generates warnings when unit names begin with 0, or when a node containing a reg or range property doesn't have a unit name in the node name. This patch fixes those cases. Change-Id: If24ec68ef3034fb3fcefb96c5625c47a0bbd8474 Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
Diffstat (limited to 'fdts/fvp-base-gicv3-psci-common.dtsi')
-rw-r--r--fdts/fvp-base-gicv3-psci-common.dtsi6
1 files changed, 3 insertions, 3 deletions
diff --git a/fdts/fvp-base-gicv3-psci-common.dtsi b/fdts/fvp-base-gicv3-psci-common.dtsi
index 2ef2df8d..631c4e34 100644
--- a/fdts/fvp-base-gicv3-psci-common.dtsi
+++ b/fdts/fvp-base-gicv3-psci-common.dtsi
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2017-2018, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -228,7 +228,7 @@
<0 63 4>;
};
- smb {
+ smb@0,0 {
compatible = "simple-bus";
#address-cells = <2>;
@@ -244,7 +244,7 @@
};
panels {
- panel@0 {
+ panel {
compatible = "panel";
mode = "XVGA";
refresh = <60>;