aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Twiss <stwiss.opensource@diasemi.com>2014-08-22 10:26:55 -0400
committerLee Jones <lee.jones@linaro.org>2014-08-29 04:26:29 -0400
commitbd597f47ca4bf7a522a0298a95c7f9b2f0a75b9e (patch)
treee6018fa28aefbe1e55f232d5cd94c957b8c079ad
parent52addcf9d6669fa439387610bc65c92fa0980cef (diff)
devicetree: Dialog Semiconductor consolidate existing vendor prefixes to standardise on 'dlg'
This patch series updates the device tree vendor prefix for Dialog Semiconductor. Various methods are currently used throughout the kernel: 'diasemi', 'dialog' and 'dlg'. Others have also been suggested. This patch set aims to consolidate the usage of the vendor prefix to use a common standard. The prefix 'dlg' is used. Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com> Acked-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Rob Herring <robh@kernel.org> Acked-by: Lee Jones <lee.jones@linaro.org> Acked-by: Shawn Guo <shawn.guo@freescale.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
-rw-r--r--Documentation/devicetree/bindings/i2c/trivial-devices.txt2
-rw-r--r--Documentation/devicetree/bindings/regulator/da9210.txt4
-rw-r--r--Documentation/devicetree/bindings/vendor-prefixes.txt1
-rw-r--r--arch/arm/boot/dts/imx53-smd.dts2
-rw-r--r--arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi2
-rw-r--r--arch/arm/boot/dts/r8a7790-lager.dts2
-rw-r--r--arch/arm/boot/dts/r8a7791-koelsch.dts2
-rw-r--r--drivers/mfd/da9055-core.c26
8 files changed, 21 insertions, 20 deletions
diff --git a/Documentation/devicetree/bindings/i2c/trivial-devices.txt b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
index 6af570ec53b4..5af3d9df6ecb 100644
--- a/Documentation/devicetree/bindings/i2c/trivial-devices.txt
+++ b/Documentation/devicetree/bindings/i2c/trivial-devices.txt
@@ -44,7 +44,7 @@ dallas,ds1775 Tiny Digital Thermometer and Thermostat
44dallas,ds3232 Extremely Accurate I²C RTC with Integrated Crystal and SRAM 44dallas,ds3232 Extremely Accurate I²C RTC with Integrated Crystal and SRAM
45dallas,ds4510 CPU Supervisor with Nonvolatile Memory and Programmable I/O 45dallas,ds4510 CPU Supervisor with Nonvolatile Memory and Programmable I/O
46dallas,ds75 Digital Thermometer and Thermostat 46dallas,ds75 Digital Thermometer and Thermostat
47dialog,da9053 DA9053: flexible system level PMIC with multicore support 47dlg,da9053 DA9053: flexible system level PMIC with multicore support
48epson,rx8025 High-Stability. I2C-Bus INTERFACE REAL TIME CLOCK MODULE 48epson,rx8025 High-Stability. I2C-Bus INTERFACE REAL TIME CLOCK MODULE
49epson,rx8581 I2C-BUS INTERFACE REAL TIME CLOCK MODULE 49epson,rx8581 I2C-BUS INTERFACE REAL TIME CLOCK MODULE
50fsl,mag3110 MAG3110: Xtrinsic High Accuracy, 3D Magnetometer 50fsl,mag3110 MAG3110: Xtrinsic High Accuracy, 3D Magnetometer
diff --git a/Documentation/devicetree/bindings/regulator/da9210.txt b/Documentation/devicetree/bindings/regulator/da9210.txt
index f120f229d67d..3297c53cb915 100644
--- a/Documentation/devicetree/bindings/regulator/da9210.txt
+++ b/Documentation/devicetree/bindings/regulator/da9210.txt
@@ -2,7 +2,7 @@
2 2
3Required properties: 3Required properties:
4 4
5- compatible: must be "diasemi,da9210" 5- compatible: must be "dlg,da9210"
6- reg: the i2c slave address of the regulator. It should be 0x68. 6- reg: the i2c slave address of the regulator. It should be 0x68.
7 7
8Any standard regulator properties can be used to configure the single da9210 8Any standard regulator properties can be used to configure the single da9210
@@ -11,7 +11,7 @@ DCDC.
11Example: 11Example:
12 12
13 da9210@68 { 13 da9210@68 {
14 compatible = "diasemi,da9210"; 14 compatible = "dlg,da9210";
15 reg = <0x68>; 15 reg = <0x68>;
16 16
17 regulator-min-microvolt = <900000>; 17 regulator-min-microvolt = <900000>;
diff --git a/Documentation/devicetree/bindings/vendor-prefixes.txt b/Documentation/devicetree/bindings/vendor-prefixes.txt
index ac7269f90764..f4318d7be35c 100644
--- a/Documentation/devicetree/bindings/vendor-prefixes.txt
+++ b/Documentation/devicetree/bindings/vendor-prefixes.txt
@@ -38,6 +38,7 @@ dallas Maxim Integrated Products (formerly Dallas Semiconductor)
38davicom DAVICOM Semiconductor, Inc. 38davicom DAVICOM Semiconductor, Inc.
39denx Denx Software Engineering 39denx Denx Software Engineering
40digi Digi International Inc. 40digi Digi International Inc.
41dlg Dialog Semiconductor
41dlink D-Link Corporation 42dlink D-Link Corporation
42dmo Data Modul AG 43dmo Data Modul AG
43ebv EBV Elektronik 44ebv EBV Elektronik
diff --git a/arch/arm/boot/dts/imx53-smd.dts b/arch/arm/boot/dts/imx53-smd.dts
index 5ec1590ff7bc..1d325576bcc0 100644
--- a/arch/arm/boot/dts/imx53-smd.dts
+++ b/arch/arm/boot/dts/imx53-smd.dts
@@ -265,7 +265,7 @@
265 }; 265 };
266 266
267 pmic: dialog@48 { 267 pmic: dialog@48 {
268 compatible = "dialog,da9053", "dialog,da9052"; 268 compatible = "dlg,da9053", "dlg,da9052";
269 reg = <0x48>; 269 reg = <0x48>;
270 }; 270 };
271}; 271};
diff --git a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
index 2694aa84e187..0e50bb0a6b94 100644
--- a/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
+++ b/arch/arm/boot/dts/imx6qdl-phytec-pfla02.dtsi
@@ -83,7 +83,7 @@
83 }; 83 };
84 84
85 pmic@58 { 85 pmic@58 {
86 compatible = "dialog,da9063"; 86 compatible = "dlg,da9063";
87 reg = <0x58>; 87 reg = <0x58>;
88 interrupt-parent = <&gpio4>; 88 interrupt-parent = <&gpio4>;
89 interrupts = <17 0x8>; /* active-low GPIO4_17 */ 89 interrupts = <17 0x8>; /* active-low GPIO4_17 */
diff --git a/arch/arm/boot/dts/r8a7790-lager.dts b/arch/arm/boot/dts/r8a7790-lager.dts
index 856b4236b674..e3db1056d002 100644
--- a/arch/arm/boot/dts/r8a7790-lager.dts
+++ b/arch/arm/boot/dts/r8a7790-lager.dts
@@ -374,7 +374,7 @@
374 status = "okay"; 374 status = "okay";
375 375
376 vdd_dvfs: regulator@68 { 376 vdd_dvfs: regulator@68 {
377 compatible = "diasemi,da9210"; 377 compatible = "dlg,da9210";
378 reg = <0x68>; 378 reg = <0x68>;
379 379
380 regulator-min-microvolt = <1000000>; 380 regulator-min-microvolt = <1000000>;
diff --git a/arch/arm/boot/dts/r8a7791-koelsch.dts b/arch/arm/boot/dts/r8a7791-koelsch.dts
index be59014474b2..be29711ff319 100644
--- a/arch/arm/boot/dts/r8a7791-koelsch.dts
+++ b/arch/arm/boot/dts/r8a7791-koelsch.dts
@@ -419,7 +419,7 @@
419 clock-frequency = <100000>; 419 clock-frequency = <100000>;
420 420
421 vdd_dvfs: regulator@68 { 421 vdd_dvfs: regulator@68 {
422 compatible = "diasemi,da9210"; 422 compatible = "dlg,da9210";
423 reg = <0x68>; 423 reg = <0x68>;
424 424
425 regulator-min-microvolt = <1000000>; 425 regulator-min-microvolt = <1000000>;
diff --git a/drivers/mfd/da9055-core.c b/drivers/mfd/da9055-core.c
index caf8dcffd0ad..b4d920c1ead1 100644
--- a/drivers/mfd/da9055-core.c
+++ b/drivers/mfd/da9055-core.c
@@ -296,73 +296,73 @@ static struct resource da9055_ld05_6_resource = {
296 296
297static const struct mfd_cell da9055_devs[] = { 297static const struct mfd_cell da9055_devs[] = {
298 { 298 {
299 .of_compatible = "dialog,da9055-gpio", 299 .of_compatible = "dlg,da9055-gpio",
300 .name = "da9055-gpio", 300 .name = "da9055-gpio",
301 }, 301 },
302 { 302 {
303 .of_compatible = "dialog,da9055-regulator", 303 .of_compatible = "dlg,da9055-regulator",
304 .name = "da9055-regulator", 304 .name = "da9055-regulator",
305 .id = 1, 305 .id = 1,
306 }, 306 },
307 { 307 {
308 .of_compatible = "dialog,da9055-regulator", 308 .of_compatible = "dlg,da9055-regulator",
309 .name = "da9055-regulator", 309 .name = "da9055-regulator",
310 .id = 2, 310 .id = 2,
311 }, 311 },
312 { 312 {
313 .of_compatible = "dialog,da9055-regulator", 313 .of_compatible = "dlg,da9055-regulator",
314 .name = "da9055-regulator", 314 .name = "da9055-regulator",
315 .id = 3, 315 .id = 3,
316 }, 316 },
317 { 317 {
318 .of_compatible = "dialog,da9055-regulator", 318 .of_compatible = "dlg,da9055-regulator",
319 .name = "da9055-regulator", 319 .name = "da9055-regulator",
320 .id = 4, 320 .id = 4,
321 }, 321 },
322 { 322 {
323 .of_compatible = "dialog,da9055-regulator", 323 .of_compatible = "dlg,da9055-regulator",
324 .name = "da9055-regulator", 324 .name = "da9055-regulator",
325 .id = 5, 325 .id = 5,
326 }, 326 },
327 { 327 {
328 .of_compatible = "dialog,da9055-regulator", 328 .of_compatible = "dlg,da9055-regulator",
329 .name = "da9055-regulator", 329 .name = "da9055-regulator",
330 .id = 6, 330 .id = 6,
331 }, 331 },
332 { 332 {
333 .of_compatible = "dialog,da9055-regulator", 333 .of_compatible = "dlg,da9055-regulator",
334 .name = "da9055-regulator", 334 .name = "da9055-regulator",
335 .id = 7, 335 .id = 7,
336 .resources = &da9055_ld05_6_resource, 336 .resources = &da9055_ld05_6_resource,
337 .num_resources = 1, 337 .num_resources = 1,
338 }, 338 },
339 { 339 {
340 .of_compatible = "dialog,da9055-regulator", 340 .of_compatible = "dlg,da9055-regulator",
341 .name = "da9055-regulator", 341 .name = "da9055-regulator",
342 .resources = &da9055_ld05_6_resource, 342 .resources = &da9055_ld05_6_resource,
343 .num_resources = 1, 343 .num_resources = 1,
344 .id = 8, 344 .id = 8,
345 }, 345 },
346 { 346 {
347 .of_compatible = "dialog,da9055-onkey", 347 .of_compatible = "dlg,da9055-onkey",
348 .name = "da9055-onkey", 348 .name = "da9055-onkey",
349 .resources = &da9055_onkey_resource, 349 .resources = &da9055_onkey_resource,
350 .num_resources = 1, 350 .num_resources = 1,
351 }, 351 },
352 { 352 {
353 .of_compatible = "dialog,da9055-rtc", 353 .of_compatible = "dlg,da9055-rtc",
354 .name = "da9055-rtc", 354 .name = "da9055-rtc",
355 .resources = da9055_rtc_resource, 355 .resources = da9055_rtc_resource,
356 .num_resources = ARRAY_SIZE(da9055_rtc_resource), 356 .num_resources = ARRAY_SIZE(da9055_rtc_resource),
357 }, 357 },
358 { 358 {
359 .of_compatible = "dialog,da9055-hwmon", 359 .of_compatible = "dlg,da9055-hwmon",
360 .name = "da9055-hwmon", 360 .name = "da9055-hwmon",
361 .resources = &da9055_hwmon_resource, 361 .resources = &da9055_hwmon_resource,
362 .num_resources = 1, 362 .num_resources = 1,
363 }, 363 },
364 { 364 {
365 .of_compatible = "dialog,da9055-watchdog", 365 .of_compatible = "dlg,da9055-watchdog",
366 .name = "da9055-watchdog", 366 .name = "da9055-watchdog",
367 }, 367 },
368}; 368};