]> git.sur5r.net Git - u-boot/commitdiff
arm64: zynqmp: Use s/_/-/g in node name for zcu102 rev1.0
authorMichal Simek <michal.simek@xilinx.com>
Tue, 27 Mar 2018 10:50:04 +0000 (12:50 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 9 Apr 2018 10:14:48 +0000 (12:14 +0200)
Follow spec for node names.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-zcu102-rev1.0.dts

index 3fc3e749913a41440f4d6c5459b046b858a4664e..b1a95a91d18dd99f29834629a70704d3569d9ca4 100644 (file)
        #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>;
        };
 };