Commit d1d4445a authored by Michal Simek's avatar Michal Simek

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: default avatarMichal Simek <michal.simek@xilinx.com>
parent 4556b160
...@@ -58,13 +58,13 @@ dp_aud_clk: clock1 { ...@@ -58,13 +58,13 @@ dp_aud_clk: clock1 {
clock-accuracy = <100>; clock-accuracy = <100>;
}; };
dpdma_clk: dpdma_clk { dpdma_clk: dpdma-clk {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0x0>; #clock-cells = <0x0>;
clock-frequency = <533000000>; clock-frequency = <533000000>;
}; };
drm_clock: drm_clock { drm_clock: drm-clock {
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0x0>; #clock-cells = <0x0>;
clock-frequency = <262750000>; clock-frequency = <262750000>;
......
...@@ -82,7 +82,7 @@ ds5 { ...@@ -82,7 +82,7 @@ ds5 {
linux,default-trigger = "bluetooth-power"; linux,default-trigger = "bluetooth-power";
}; };
vbus_det { /* U5 USB5744 VBUS detection via MIO25 */ vbus-det { /* U5 USB5744 VBUS detection via MIO25 */
label = "vbus_det"; label = "vbus_det";
gpios = <&gpio 25 GPIO_ACTIVE_HIGH>; gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
default-state = "on"; default-state = "on";
...@@ -98,7 +98,7 @@ wmmcsdio_fixed: fixedregulator-mmcsdio { ...@@ -98,7 +98,7 @@ wmmcsdio_fixed: fixedregulator-mmcsdio {
regulator-boot-on; regulator-boot-on;
}; };
sdio_pwrseq: sdio_pwrseq { sdio_pwrseq: sdio-pwrseq {
compatible = "mmc-pwrseq-simple"; compatible = "mmc-pwrseq-simple";
reset-gpios = <&gpio 7 GPIO_ACTIVE_LOW>; /* WIFI_EN */ reset-gpios = <&gpio 7 GPIO_ACTIVE_LOW>; /* WIFI_EN */
}; };
......
...@@ -53,7 +53,7 @@ sw19 { ...@@ -53,7 +53,7 @@ sw19 {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
heartbeat_led { heartbeat-led {
label = "heartbeat"; label = "heartbeat";
gpios = <&gpio 23 GPIO_ACTIVE_HIGH>; gpios = <&gpio 23 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
...@@ -139,25 +139,25 @@ tca6416_u97: gpio@20 { ...@@ -139,25 +139,25 @@ tca6416_u97: gpio@20 {
* 7, 10 - 17 - not connected * 7, 10 - 17 - not connected
*/ */
gtr_sel0 { gtr-sel0 {
gpio-hog; gpio-hog;
gpios = <0 0>; gpios = <0 0>;
output-low; /* PCIE = 0, DP = 1 */ output-low; /* PCIE = 0, DP = 1 */
line-name = "sel0"; line-name = "sel0";
}; };
gtr_sel1 { gtr-sel1 {
gpio-hog; gpio-hog;
gpios = <1 0>; gpios = <1 0>;
output-high; /* PCIE = 0, DP = 1 */ output-high; /* PCIE = 0, DP = 1 */
line-name = "sel1"; line-name = "sel1";
}; };
gtr_sel2 { gtr-sel2 {
gpio-hog; gpio-hog;
gpios = <2 0>; gpios = <2 0>;
output-high; /* PCIE = 0, USB0 = 1 */ output-high; /* PCIE = 0, USB0 = 1 */
line-name = "sel2"; line-name = "sel2";
}; };
gtr_sel3 { gtr-sel3 {
gpio-hog; gpio-hog;
gpios = <3 0>; gpios = <3 0>;
output-high; /* PCIE = 0, SATA = 1 */ output-high; /* PCIE = 0, SATA = 1 */
......
...@@ -53,7 +53,7 @@ sw19 { ...@@ -53,7 +53,7 @@ sw19 {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
heartbeat_led { heartbeat-led {
label = "heartbeat"; label = "heartbeat";
gpios = <&gpio 23 GPIO_ACTIVE_HIGH>; gpios = <&gpio 23 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
......
...@@ -53,7 +53,7 @@ sw19 { ...@@ -53,7 +53,7 @@ sw19 {
leds { leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
heartbeat_led { heartbeat-led {
label = "heartbeat"; label = "heartbeat";
gpios = <&gpio 23 GPIO_ACTIVE_HIGH>; gpios = <&gpio 23 GPIO_ACTIVE_HIGH>;
linux,default-trigger = "heartbeat"; linux,default-trigger = "heartbeat";
......
...@@ -71,7 +71,7 @@ CPU_SLEEP_0: cpu-sleep-0 { ...@@ -71,7 +71,7 @@ CPU_SLEEP_0: cpu-sleep-0 {
}; };
}; };
cpu_opp_table: cpu_opp_table { cpu_opp_table: cpu-opp-table {
compatible = "operating-points-v2"; compatible = "operating-points-v2";
opp-shared; opp-shared;
opp00 { opp00 {
...@@ -124,7 +124,7 @@ timer { ...@@ -124,7 +124,7 @@ timer {
<1 10 0xf08>; <1 10 0xf08>;
}; };
amba_apu: amba_apu@0 { amba_apu: amba-apu@0 {
compatible = "simple-bus"; compatible = "simple-bus";
#address-cells = <2>; #address-cells = <2>;
#size-cells = <1>; #size-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment