Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1614411

[PATCH v3 4/7] ARM: dts: n8x0: Add vendor prefix to retu node

From Javier Martinez Canillas <javier@osg.samsung.com>
Newsgroups linux.kernel
Subject [PATCH v3 4/7] ARM: dts: n8x0: Add vendor prefix to retu node
Date 2017-04-01 09:30 +0200
Message-ID <trlDX-7WL-5@gated-at.bofh.it> (permalink)
References <trluh-7Th-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The retu-mfd device node doesn't have a vendor prefix
in its compatible string, fix it by adding one.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
---

Changes in v3: None
Changes in v2: None

 arch/arm/boot/dts/omap2420-n8x0-common.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi
index 7e5ffc583c90..a633a55820bb 100644
--- a/arch/arm/boot/dts/omap2420-n8x0-common.dtsi
+++ b/arch/arm/boot/dts/omap2420-n8x0-common.dtsi
@@ -16,7 +16,7 @@
 			#address-cells = <1>;
 			#size-cells = <0>;
 			retu_mfd: retu@1 {
-				compatible = "retu-mfd";
+				compatible = "nokia,retu-mfd";
 				interrupt-parent = <&gpio4>;
 				interrupts = <12 IRQ_TYPE_EDGE_RISING>;
 				reg = <0x1>;
-- 
2.9.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v3 0/7] mfd: Add OF device table to I2C drivers that are missing it Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:20 +0200
  [PATCH v3 5/7] mfd: Add Device Tree bindings document for TI tps6105x chip Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:20 +0200
    Re: [PATCH v3 5/7] mfd: Add Device Tree bindings document for TI  tps6105x chip Lee Jones <lee.jones@linaro.org> - 2017-04-03 13:20 +0200
      Re: [PATCH v3 5/7] mfd: Add Device Tree bindings document for TI  tps6105x chip Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-03 17:50 +0200
        Re: [PATCH v3 5/7] mfd: Add Device Tree bindings document for TI  tps6105x chip Lee Jones <lee.jones@linaro.org> - 2017-04-04 10:30 +0200
          Re: [PATCH v3 5/7] mfd: Add Device Tree bindings document for TI  tps6105x chip Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-04 13:50 +0200
  [PATCH v3 3/7] i2c: i2c-cbus-gpio: Add vendor prefix to retu node in example Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:20 +0200
  [PATCH v3 2/7] mfd: retu: Add OF device ID table Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:30 +0200
    Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Lee Jones <lee.jones@linaro.org> - 2017-04-03 13:20 +0200
      Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-03 17:50 +0200
        Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Rob Herring <robh@kernel.org> - 2017-04-04 00:30 +0200
          Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-04 00:30 +0200
            Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Tony Lindgren <tony@atomide.com> - 2017-04-04 01:00 +0200
              Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-04 01:10 +0200
            Re: [PATCH v3 2/7] mfd: retu: Add OF device ID table Aaro Koskinen <aaro.koskinen@iki.fi> - 2017-04-04 01:10 +0200
  [PATCH v3 4/7] ARM: dts: n8x0: Add vendor prefix to retu node Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:30 +0200
  [PATCH v3 7/7] ARM: ux500: Add vendor prefix to tps61052 node Javier Martinez Canillas <javier@osg.samsung.com> - 2017-04-01 09:30 +0200

csiph-web