Commit d13d97bb95d8fa92be8e9d22ad7693b08d50f37b

Authored by Michal Simek
1 parent 9d928f0418

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>

Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff

arch/arm/dts/zynqmp-zcu102-rev1.0.dts
... ... @@ -18,19 +18,19 @@
18 18 #address-cells = <1>;
19 19 #size-cells = <1>;
20 20  
21   - board_sn: board_sn@0 {
  21 + board_sn: board-sn@0 {
22 22 reg = <0x0 0x14>;
23 23 };
24 24  
25   - eth_mac: eth_mac@20 {
  25 + eth_mac: eth-mac@20 {
26 26 reg = <0x20 0x6>;
27 27 };
28 28  
29   - board_name: board_name@d0 {
  29 + board_name: board-name@d0 {
30 30 reg = <0xd0 0x6>;
31 31 };
32 32  
33   - board_revision: board_revision@e0 {
  33 + board_revision: board-revision@e0 {
34 34 reg = <0xe0 0x3>;
35 35 };
36 36 };