]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: zynqmp: Fix node names which contain "_"
authorMichal Simek <michal.simek@xilinx.com>
Thu, 8 Nov 2018 09:06:53 +0000 (10:06 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Fri, 16 Nov 2018 08:17:49 +0000 (09:17 +0100)
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>
arch/arm64/boot/dts/xilinx/zynqmp-clk.dtsi
arch/arm64/boot/dts/xilinx/zynqmp-zcu100-revC.dts
arch/arm64/boot/dts/xilinx/zynqmp-zcu102-revA.dts
arch/arm64/boot/dts/xilinx/zynqmp-zcu106-revA.dts
arch/arm64/boot/dts/xilinx/zynqmp-zcu111-revA.dts
arch/arm64/boot/dts/xilinx/zynqmp.dtsi

index 9c09baca7dd78ce9283e535d90bcbb12c1c8da29..306ad2157c9882b5ce4a5a9c5bc24e5d25d75c4b 100644 (file)
@@ -58,13 +58,13 @@ dp_aud_clk: clock1 {
                clock-accuracy = <100>;
        };
 
-       dpdma_clk: dpdma_clk {
+       dpdma_clk: dpdma-clk {
                compatible = "fixed-clock";
                #clock-cells = <0x0>;
                clock-frequency = <533000000>;
        };
 
-       drm_clock: drm_clock {
+       drm_clock: drm-clock {
                compatible = "fixed-clock";
                #clock-cells = <0x0>;
                clock-frequency = <262750000>;
index 527b4d0f88e2d8b848c81538424b799a9abe13a0..13a0a028df985837522445d2b998ab7953abca95 100644 (file)
@@ -82,7 +82,7 @@ ds5 {
                        linux,default-trigger = "bluetooth-power";
                };
 
-               vbus_det { /* U5 USB5744 VBUS detection via MIO25 */
+               vbus-det { /* U5 USB5744 VBUS detection via MIO25 */
                        label = "vbus_det";
                        gpios = <&gpio 25 GPIO_ACTIVE_HIGH>;
                        default-state = "on";
@@ -98,7 +98,7 @@ wmmcsdio_fixed: fixedregulator-mmcsdio {
                regulator-boot-on;
        };
 
-       sdio_pwrseq: sdio_pwrseq {
+       sdio_pwrseq: sdio-pwrseq {
                compatible = "mmc-pwrseq-simple";
                reset-gpios = <&gpio 7 GPIO_ACTIVE_LOW>; /* WIFI_EN */
        };
index 0397bf66b2e77f74c4562ee71aeaad01f0996e82..cef81671f3ab4e369b1847b5df03f507c2bd5ec3 100644 (file)
@@ -53,7 +53,7 @@ sw19 {
 
        leds {
                compatible = "gpio-leds";
-               heartbeat_led {
+               heartbeat-led {
                        label = "heartbeat";
                        gpios = <&gpio 23 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
@@ -139,25 +139,25 @@ tca6416_u97: gpio@20 {
                 * 7, 10 - 17 - not connected
                 */
 
-               gtr_sel0 {
+               gtr-sel0 {
                        gpio-hog;
                        gpios = <0 0>;
                        output-low; /* PCIE = 0, DP = 1 */
                        line-name = "sel0";
                };
-               gtr_sel1 {
+               gtr-sel1 {
                        gpio-hog;
                        gpios = <1 0>;
                        output-high; /* PCIE = 0, DP = 1 */
                        line-name = "sel1";
                };
-               gtr_sel2 {
+               gtr-sel2 {
                        gpio-hog;
                        gpios = <2 0>;
                        output-high; /* PCIE = 0, USB0 = 1 */
                        line-name = "sel2";
                };
-               gtr_sel3 {
+               gtr-sel3 {
                        gpio-hog;
                        gpios = <3 0>;
                        output-high; /* PCIE = 0, SATA = 1 */
index 7238f022a671f971a2b183355c05cdc274eab401..94cf5094df648a8652f855db3a70a91fdba23b44 100644 (file)
@@ -53,7 +53,7 @@ sw19 {
 
        leds {
                compatible = "gpio-leds";
-               heartbeat_led {
+               heartbeat-led {
                        label = "heartbeat";
                        gpios = <&gpio 23 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
index fa055e718d4b0a09713655ec5a1bf3ac067487cc..460adc3782958257f91ad3e331a771d9f7ee958f 100644 (file)
@@ -53,7 +53,7 @@ sw19 {
 
        leds {
                compatible = "gpio-leds";
-               heartbeat_led {
+               heartbeat-led {
                        label = "heartbeat";
                        gpios = <&gpio 23 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
index ae3c1b929648863a93505185f4b5ab9a738a7987..fa4fd777d90e361a7c34364bea6c4a7d3b13906f 100644 (file)
@@ -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";
                opp-shared;
                opp00 {
@@ -124,7 +124,7 @@ timer {
                             <1 10 0xf08>;
        };
 
-       amba_apu: amba_apu@0 {
+       amba_apu: amba-apu@0 {
                compatible = "simple-bus";
                #address-cells = <2>;
                #size-cells = <1>;