diff options
author | Michal Simek <michal.simek@xilinx.com> | 2018-11-08 10:06:53 +0100 |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2020-01-14 09:05:55 +0100 |
commit | 096d7f5b3e1c8d7ec121891d5682c385fad12b43 (patch) | |
tree | ab8516a0626f8f2e92ef2ff174596a26889154bf /arch/arm/dts/zynqmp-zcu111-revA.dts | |
parent | 8e3501ec900f8cab490345003b9bb9ed425fe2f8 (diff) |
arm64: dts: zynqmp: Fix node names which contain "_"
s/_/-/ for node names.
It fixes warnings like this:
... Warning (node_name_chars_strict): /cpu_opp_table:
Character '_' not recommended in node name ...
Issues reported by make dtbs W=12
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'arch/arm/dts/zynqmp-zcu111-revA.dts')
-rw-r--r-- | arch/arm/dts/zynqmp-zcu111-revA.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/zynqmp-zcu111-revA.dts b/arch/arm/dts/zynqmp-zcu111-revA.dts index ca95d7e059..5b648ceb2d 100644 --- a/arch/arm/dts/zynqmp-zcu111-revA.dts +++ b/arch/arm/dts/zynqmp-zcu111-revA.dts @@ -58,7 +58,7 @@ leds { compatible = "gpio-leds"; - heartbeat_led { + heartbeat-led { label = "heartbeat"; gpios = <&gpio 23 GPIO_ACTIVE_HIGH>; linux,default-trigger = "heartbeat"; |