Skip to content

Commit

Permalink
arm64: zynqmp: Use s/_/-/g in node name for zcu102 rev1.0
Browse files Browse the repository at this point in the history
Follow spec for node names.

Signed-off-by: Michal Simek <[email protected]>
  • Loading branch information
Michal Simek committed Apr 23, 2018
1 parent 5a3c650 commit 736799f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions arch/arm/dts/zynqmp-zcu102-rev1.0.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,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>;
};
};

0 comments on commit 736799f

Please sign in to comment.