]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: omap: Non-functional changes sync with v6.3-rc6
authorAndrew Davis <afd@ti.com>
Tue, 11 Apr 2023 18:25:08 +0000 (13:25 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 24 Apr 2023 17:18:47 +0000 (13:18 -0400)
This is a collection of all the whitespace, renames, comment, and other
changes that should not change the DT functionality from Linux v6.3-rc6.

Signed-off-by: Andrew Davis <afd@ti.com>
20 files changed:
arch/arm/dts/omap-gpmc-smsc911x.dtsi
arch/arm/dts/omap-gpmc-smsc9221.dtsi
arch/arm/dts/omap3-beagle-xm.dts
arch/arm/dts/omap3-beagle.dts
arch/arm/dts/omap3-cpu-thermal.dtsi
arch/arm/dts/omap3-evm-37xx.dts
arch/arm/dts/omap3-evm-processor-common.dtsi
arch/arm/dts/omap3-evm.dts
arch/arm/dts/omap3-igep.dtsi
arch/arm/dts/omap3.dtsi
arch/arm/dts/omap4-cpu-thermal.dtsi
arch/arm/dts/omap4-l4.dtsi
arch/arm/dts/omap4-panda-common.dtsi
arch/arm/dts/omap4-panda-es.dts
arch/arm/dts/omap4-sdp.dts
arch/arm/dts/omap4.dtsi
arch/arm/dts/omap5-board-common.dtsi
arch/arm/dts/omap5-l4.dtsi
arch/arm/dts/omap5-uevm.dts
arch/arm/dts/omap54xx-clocks.dtsi

index ded7e8fec9ebae76ec82c66b264bb231ccc422c2..9cf52650f07312894694037b90706b1e51d140e5 100644 (file)
@@ -8,9 +8,9 @@
 
 / {
        vddvario: regulator-vddvario {
-                 compatible = "regulator-fixed";
-                 regulator-name = "vddvario";
-                 regulator-always-on;
+               compatible = "regulator-fixed";
+               regulator-name = "vddvario";
+               regulator-always-on;
        };
 
        vdd33a: regulator-vdd33a {
index 7f6aefd134514b9108865b8e086088b7c9809cf5..ac81793209c69171b2ba0255c745b9d4dec0ab90 100644 (file)
@@ -12,9 +12,9 @@
 
 / {
        vddvario: regulator-vddvario {
-                 compatible = "regulator-fixed";
-                 regulator-name = "vddvario";
-                 regulator-always-on;
+               compatible = "regulator-fixed";
+               regulator-name = "vddvario";
+               regulator-always-on;
        };
 
        vdd33a: regulator-vdd33a {
index 026c985a10e7fdb48a52ecc1fb473eb67c118c4d..73152f6fa82b56fefcd40b5de4d0e24fd9f95452 100644 (file)
                ethernet = &ethernet;
        };
 
-       leds {
+       led-controller-1 {
                compatible = "gpio-leds";
 
-               heartbeat {
+               led-1 {
                        label = "beagleboard::usr0";
                        gpios = <&gpio5 22 GPIO_ACTIVE_HIGH>; /* 150 -> D6 LED */
                        linux,default-trigger = "heartbeat";
                };
 
-               mmc {
+               led-2 {
                        label = "beagleboard::usr1";
                        gpios = <&gpio5 21 GPIO_ACTIVE_HIGH>; /* 149 -> D7 LED */
                        linux,default-trigger = "mmc0";
                };
        };
 
-       pwmleds {
+       led-controller-2 {
                compatible = "pwm-leds";
 
-               pmu_stat {
+               led-3 {
                        label = "beagleboard::pmu_stat";
                        pwms = <&twl_pwmled 1 7812500>;
                        max-brightness = <127>;
                #address-cells = <1>;
                #size-cells = <0>;
 
-               ethernet: usbether@1 {
+               ethernet: ethernet@1 {
                        compatible = "usb424,ec00";
                        reg = <1>;
                };
index d5b41d63dbf4719b8d6bbef049c3dcd5335cd990..321b6d7448ac34bc6b7ae1d0ef1b18434ed709c1 100644 (file)
 
        leds {
                compatible = "gpio-leds";
-               pmu_stat {
+               led-pmu-stat {
                        label = "beagleboard::pmu_stat";
                        gpios = <&twl_gpio 19 GPIO_ACTIVE_HIGH>; /* LEDB */
                };
 
-               heartbeat {
+               led-heartbeat {
                        label = "beagleboard::usr0";
                        gpios = <&gpio5 22 GPIO_ACTIVE_HIGH>; /* 150 -> D6 LED */
                        linux,default-trigger = "heartbeat";
                };
 
-               mmc {
+               led-mmc {
                        label = "beagleboard::usr1";
                        gpios = <&gpio5 21 GPIO_ACTIVE_HIGH>; /* 149 -> D7 LED */
                        linux,default-trigger = "mmc0";
index 65b041ecdb99b51fbc792dc7d8eb640e12bff896..e677d1d656b48ba344cc008f5b1caffd2fa90619 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <dt-bindings/thermal/thermal.h>
 
-cpu_thermal: cpu_thermal {
+cpu_thermal: cpu-thermal {
        polling-delay-passive = <250>; /* milliseconds */
        polling-delay = <1000>; /* milliseconds */
        coefficients = <0 20000>;
index c9332195d096d7e3efec942b3fdd63c7f75aea6c..abd403c228c7a856720272d476f8aa2c195ec5ba 100644 (file)
@@ -60,7 +60,7 @@
                interrupt-parent = <&gpmc>;
                interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
                             <1 IRQ_TYPE_NONE>; /* termcount */
-               linux,mtd-name= "hynix,h8kds0un0mer-4em";
+               linux,mtd-name = "hynix,h8kds0un0mer-4em";
                nand-bus-width = <16>;
                gpmc,device-width = <2>;
                ti,nand-ecc-opt = "bch8";
index b4109f48ec18509e881ea0c80a9a9ccab3dd25a9..e6ba30a2116638563ef5faad8d1b6c998185dc1f 100644 (file)
  * for bus switch SN74CB3Q3384A, level-shifter SN74AVC16T245DGGR, and 1.8V.
  */
 &gpio2 {
-       en_usb2_port {
+       en-usb2-port-hog {
                gpio-hog;
                gpios = <29 GPIO_ACTIVE_HIGH>;  /* gpio_61 */
                output-low;
index 5cc0cf7cd16c690869fb2d9b02cced17dde78fb2..f95eea63b355f215bcdee7742628f9d172cb89b0 100644 (file)
@@ -60,7 +60,7 @@
                interrupt-parent = <&gpmc>;
                interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
                             <1 IRQ_TYPE_NONE>; /* termcount */
-               linux,mtd-name= "micron,mt29f2g16abdhc";
+               linux,mtd-name = "micron,mt29f2g16abdhc";
                nand-bus-width = <16>;
                gpmc,device-width = <2>;
                ti,nand-ecc-opt = "bch8";
index 99f5585097a1be9396020a255d7b0c253dc3ae1a..2192026104638315a537143b8c41814b99c48ade 100644 (file)
                interrupt-parent = <&gpmc>;
                interrupts = <0 IRQ_TYPE_NONE>, /* fifoevent */
                             <1 IRQ_TYPE_NONE>; /* termcount */
-               linux,mtd-name= "micron,mt29c4g96maz";
+               linux,mtd-name = "micron,mt29c4g96maz";
                nand-bus-width = <16>;
                gpmc,device-width = <2>;
                ti,nand-ecc-opt = "bch8";
index f801e4fef899952ee40ae740e77d4af600ba5084..622ee458b603da4a63eae8b739e469fab81be5ac 100644 (file)
                        #mbox-cells = <1>;
                        ti,mbox-num-users = <2>;
                        ti,mbox-num-fifos = <2>;
-                       mbox_dsp: dsp {
+                       mbox_dsp: mbox-dsp {
                                ti,mbox-tx = <0 0 0>;
                                ti,mbox-rx = <1 0 0>;
                        };
index 4d7eeb133dadd5bd2e8e93ce373337c840fac24a..801b4f10350c126c53baa248cd4699cdde6f7bcd 100644 (file)
@@ -13,20 +13,20 @@ cpu_thermal: cpu_thermal {
        polling-delay = <1000>; /* milliseconds */
 
                        /* sensor       ID */
-        thermal-sensors = <&bandgap     0>;
+       thermal-sensors = <&bandgap     0>;
 
        cpu_trips: trips {
-                cpu_alert0: cpu_alert {
-                        temperature = <100000>; /* millicelsius */
-                        hysteresis = <2000>; /* millicelsius */
-                        type = "passive";
-                };
-                cpu_crit: cpu_crit {
-                        temperature = <125000>; /* millicelsius */
-                        hysteresis = <2000>; /* millicelsius */
-                        type = "critical";
-                };
-        };
+               cpu_alert0: cpu_alert {
+                       temperature = <100000>; /* millicelsius */
+                       hysteresis = <2000>; /* millicelsius */
+                       type = "passive";
+               };
+               cpu_crit: cpu_crit {
+                       temperature = <125000>; /* millicelsius */
+                       hysteresis = <2000>; /* millicelsius */
+                       type = "critical";
+               };
+       };
 
        cpu_cooling_maps: cooling-maps {
                map0 {
index 424a6946608868071f946ae45402671cb1e13fe3..84d92b8d11cb08a09ae41a94d892e2d82e23a400 100644 (file)
                                #mbox-cells = <1>;
                                ti,mbox-num-users = <3>;
                                ti,mbox-num-fifos = <8>;
-                               mbox_ipu: mbox_ipu {
+                               mbox_ipu: mbox-ipu {
                                        ti,mbox-tx = <0 0 0>;
                                        ti,mbox-rx = <1 0 0>;
                                };
-                               mbox_dsp: mbox_dsp {
+                               mbox_dsp: mbox-dsp {
                                        ti,mbox-tx = <3 0 0>;
                                        ti,mbox-rx = <2 0 0>;
                                };
index db01581b1334e30dbfb58f8d109e7e87b8e17e4d..6174fbe28034b21984a010f4edd370baf2c806ea 100644 (file)
                        &led_wkgpio_pins
                >;
 
-               heartbeat {
+               led-heartbeat {
                        label = "pandaboard::status1";
                        gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "heartbeat";
                };
 
-               mmc {
+               led-mmc {
                        label = "pandaboard::status2";
                        gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
                        linux,default-trigger = "mmc0";
                #address-cells = <1>;
                #size-cells = <0>;
 
-               ethernet: usbether@1 {
+               ethernet: ethernet@1 {
                        compatible = "usb424,ec00";
                        reg = <1>;
                };
index cfa85aa3da085ec4b98fa8d26ff20d91a924d6c5..35e4f345a1345693f064139c86c480ad3abe9cb5 100644 (file)
                &led_wkgpio_pins
        >;
 
-       heartbeat {
+       led-heartbeat {
                gpios = <&gpio4 14 GPIO_ACTIVE_HIGH>;
        };
-       mmc {
+       led-mmc {
                gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>;
        };
 };
index 8b7f2ac53f64fc2a39c728c59cdd055039137bf4..9e976140f34a625663b26a7da7496dcbdeab7d1e 100644 (file)
                regulator-boot-on;
        };
 
-       leds {
+       led-controller-1 {
                compatible = "gpio-leds";
-               debug0 {
+
+               led-1 {
                        label = "omap4:green:debug0";
                        gpios = <&gpio2 29 GPIO_ACTIVE_HIGH>; /* 61 */
                };
 
-               debug1 {
+               led-2 {
                        label = "omap4:green:debug1";
                        gpios = <&gpio1 30 GPIO_ACTIVE_HIGH>; /* 30 */
                };
 
-               debug2 {
+               led-3 {
                        label = "omap4:green:debug2";
                        gpios = <&gpio1 7 GPIO_ACTIVE_HIGH>; /* 7 */
                };
 
-               debug3 {
+               led-4 {
                        label = "omap4:green:debug3";
                        gpios = <&gpio1 8 GPIO_ACTIVE_HIGH>; /* 8 */
                };
 
-               debug4 {
+               led-5 {
                        label = "omap4:green:debug4";
                        gpios = <&gpio2 18 GPIO_ACTIVE_HIGH>; /* 50 */
                };
 
-               user1 {
+               led-6 {
                        label = "omap4:blue:user";
                        gpios = <&gpio6 9 GPIO_ACTIVE_HIGH>; /* 169 */
                };
 
-               user2 {
+               led-7 {
                        label = "omap4:red:user";
                        gpios = <&gpio6 10 GPIO_ACTIVE_HIGH>; /* 170 */
                };
 
-               user3 {
+               led-8 {
                        label = "omap4:green:user";
                        gpios = <&gpio5 11 GPIO_ACTIVE_HIGH>; /* 139 */
                };
        };
 
-       pwmleds {
+       led-controller-2 {
                compatible = "pwm-leds";
-               kpad {
+
+               led-9 {
                        label = "omap4::keypad";
                        pwms = <&twl_pwm 0 7812500>;
                        max-brightness = <127>;
                };
 
-               charging {
+               led-10 {
                        label = "omap4:green:chrg";
                        pwms = <&twl_pwmled 0 7812500>;
                        max-brightness = <255>;
 
        /*
         * Temperature Sensor
-        * http://www.ti.com/lit/ds/symlink/tmp105.pdf
+        * https://www.ti.com/lit/ds/symlink/tmp105.pdf
         */
        tmp105@48 {
                compatible = "ti,tmp105";
 
        /*
         * 3-Axis Digital Compass
-        * http://www.sparkfun.com/datasheets/Sensors/Magneto/HMC5843.pdf
+        * https://www.sparkfun.com/datasheets/Sensors/Magneto/HMC5843.pdf
         */
        hmc5843@1e {
                compatible = "honeywell,hmc5843";
                };
        };
 
-       lcd0: display {
+       lcd0: panel@0 {
                compatible = "tpo,taal", "panel-dsi-cm";
+               reg = <0>;
                label = "lcd0";
 
                reset-gpios = <&gpio4 6 GPIO_ACTIVE_HIGH>;      /* 102 */
                };
        };
 
-       lcd1: display {
+       lcd1: panel@0 {
                compatible = "tpo,taal", "panel-dsi-cm";
+               reg = <0>;
                label = "lcd1";
 
                reset-gpios = <&gpio4 8 GPIO_ACTIVE_HIGH>;      /* 104 */
index 1fc9a2f66bf80ecd5c4f901604cfbb6236a7cbfe..d1ab5f4db839e0ba375b2c3caf476b26eaf3f839 100644 (file)
@@ -71,7 +71,7 @@
                interrupt-parent = <&gic>;
        };
 
-       L2: l2-cache-controller@48242000 {
+       L2: cache-controller@48242000 {
                compatible = "arm,pl310-cache";
                reg = <0x48242000 0x1000>;
                cache-unified;
                        status = "disabled";
                };
 
-               target-module@56000000 {
+               sgx_module: target-module@56000000 {
                        compatible = "ti,sysc-omap4", "ti,sysc";
                        reg = <0x5600fe00 0x4>,
                              <0x5600fe10 0x4>;
                                                clocks = <&l3_dss_clkctrl OMAP4_DSS_CORE_CLKCTRL 8>,
                                                         <&l3_dss_clkctrl OMAP4_DSS_CORE_CLKCTRL 10>;
                                                clock-names = "fck", "sys_clk";
+
+                                               #address-cells = <1>;
+                                               #size-cells = <0>;
                                        };
                                };
 
                                                clocks = <&l3_dss_clkctrl OMAP4_DSS_CORE_CLKCTRL 8>,
                                                         <&l3_dss_clkctrl OMAP4_DSS_CORE_CLKCTRL 10>;
                                                clock-names = "fck", "sys_clk";
+
+                                               #address-cells = <1>;
+                                               #size-cells = <0>;
                                        };
                                };
 
index d8f13626cfd1b50d85a6f7005ea6abfe963a51d3..45435bb88c8905158fe5c7f3690909f99561e967 100644 (file)
 
 &gpio8 {
        /* TI trees use GPIO instead of msecure, see also muxing */
-       p234 {
+       msecure-hog {
                gpio-hog;
                gpios = <10 GPIO_ACTIVE_HIGH>;
                output-high;
index 8582016d65da5a89158c84bd07dac1f64e744ca4..4521b6447f671a7ded5f25ad898d059867b33232 100644 (file)
                                #size-cells = <1>;
                                utmi-mode = <2>;
                                ranges = <0 0 0x20000>;
-                               dwc3: dwc3@10000 {
+                               dwc3: usb@10000 {
                                        compatible = "snps,dwc3";
                                        reg = <0x10000 0x10000>;
                                        interrupts = <GIC_SPI 92 IRQ_TYPE_LEVEL_HIGH>,
                                clocks = <&usb_phy_cm_clk32k>,
                                <&sys_clkin>,
                                <&l3init_clkctrl OMAP5_USB_OTG_SS_CLKCTRL 8>;
-                               clock-names =   "wkupclk",
+                               clock-names = "wkupclk",
                                "sysclk",
                                "refclk";
                                #phy-cells = <0>;
                                #mbox-cells = <1>;
                                ti,mbox-num-users = <3>;
                                ti,mbox-num-fifos = <8>;
-                               mbox_ipu: mbox_ipu {
+                               mbox_ipu: mbox-ipu {
                                        ti,mbox-tx = <0 0 0>;
                                        ti,mbox-rx = <1 0 0>;
                                };
-                               mbox_dsp: mbox_dsp {
+                               mbox_dsp: mbox-dsp {
                                        ti,mbox-tx = <3 0 0>;
                                        ti,mbox-rx = <2 0 0>;
                                };
index 4203fd7bad1ae99ca465499785df28fa0c4db741..b289b57d0544314f6da3de1bcc57ddf9dc05e25f 100644 (file)
                #size-cells = <0>;
        };
 
-       ethernet: usbether@3 {
+       ethernet: ethernet@3 {
                compatible = "usb424,9730";
                reg = <3>;
        };
index 42f2c447727dfa045421927afc1e7b360e79867d..4dd3c93e4571f7177c8e637837206b2fedf5ab3f 100644 (file)
                };
        };
 
-       l4per_cm: l4per_cm@1000 {
+       l4per_cm: clock@1000 {
                compatible = "ti,omap4-cm";
                reg = <0x1000 0x200>;
                #address-cells = <1>;