summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2018-03-27 13:50:04 +0300
committerMichal Simek <michal.simek@xilinx.com>2018-04-09 13:14:48 +0300
commitd13d97bb95d8fa92be8e9d22ad7693b08d50f37b (patch)
tree6de636c716ee67f595de2888cea36c2839070eaf /arch
parent9d928f0418b55a6796f737e5b166634e493a3413 (diff)
downloadu-boot-d13d97bb95d8fa92be8e9d22ad7693b08d50f37b.tar.xz
arm64: zynqmp: Use s/_/-/g in node name for zcu102 rev1.0
Follow spec for node names. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/zynqmp-zcu102-rev1.0.dts8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/dts/zynqmp-zcu102-rev1.0.dts b/arch/arm/dts/zynqmp-zcu102-rev1.0.dts
index 3fc3e74991..b1a95a91d1 100644
--- a/arch/arm/dts/zynqmp-zcu102-rev1.0.dts
+++ b/arch/arm/dts/zynqmp-zcu102-rev1.0.dts
@@ -18,19 +18,19 @@
#address-cells = <1>;
#size-cells = <1>;
- board_sn: board_sn@0 {
+ board_sn: board-sn@0 {
reg = <0x0 0x14>;
};
- eth_mac: eth_mac@20 {
+ eth_mac: eth-mac@20 {
reg = <0x20 0x6>;
};
- board_name: board_name@d0 {
+ board_name: board-name@d0 {
reg = <0xd0 0x6>;
};
- board_revision: board_revision@e0 {
+ board_revision: board-revision@e0 {
reg = <0xe0 0x3>;
};
};