OSDN Git Service

ARM: tegra: colibri_t30: rename tps65911@2d, stmpe811@41 and tps62362@60
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Sat, 1 Sep 2018 08:12:43 +0000 (10:12 +0200)
committerThierry Reding <treding@nvidia.com>
Wed, 26 Sep 2018 14:48:06 +0000 (16:48 +0200)
Rename a few nodes using more common names:
- rename tps65911@2d to pmic@2d
- rename stmpe811@41 to touchscreen@41
- rename tps62362@60 to regulator@60

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
arch/arm/boot/dts/tegra30-colibri.dtsi

index 49771ea..c63ef3a 100644 (file)
@@ -11,7 +11,7 @@
 
        aliases {
                rtc0 = "/i2c@7000c000/rtc@68";
-               rtc1 = "/i2c@7000d000/tps65911@2d";
+               rtc1 = "/i2c@7000d000/pmic@2d";
                rtc2 = "/rtc@7000e000";
                serial0 = &uarta;
                serial1 = &uartb;
index 03047d2..e32702a 100644 (file)
                        clocks = <&tegra_car TEGRA30_CLK_EXTERN1>;
                };
 
-               pmic: tps65911@2d {
+               pmic: pmic@2d {
                        compatible = "ti,tps65911";
                        reg = <0x2d>;
 
                };
 
                /* STMPE811 touch screen controller */
-               stmpe811@41 {
+               touchscreen@41 {
                        compatible = "st,stmpe811";
                        reg = <0x41>;
                        irq-gpio = <&gpio TEGRA_GPIO(V, 0) IRQ_TYPE_LEVEL_LOW>;
                };
 
                /* SW: +V1.2_VDD_CORE */
-               tps62362@60 {
+               regulator@60 {
                        compatible = "ti,tps62362";
                        reg = <0x60>;