mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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>
This commit is contained in:
parent
9d928f0418
commit
d13d97bb95
1 changed files with 4 additions and 4 deletions
|
|
@ -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>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue