All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: omap3: Replace deprecated mcp prefix
@ 2017-10-05  7:33 ` Lars Poeschel
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Poeschel @ 2017-10-05  7:33 UTC (permalink / raw)
  To: Benoît Cousson, Tony Lindgren, Rob Herring, Mark Rutland,
	Russell King, linux-omap, devicetree, linux-arm-kernel,
	linux-kernel
  Cc: Lars Poeschel

The devicetree prefix mcp is deprecated in favour of microchip. Thus
this replaces mcp with microchip for the mcp23017 gpio expander chip.

Signed-off-by: Lars Poeschel <poeschel@lemonage.de>
---
 arch/arm/boot/dts/omap3-lilly-a83x.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/omap3-lilly-a83x.dtsi b/arch/arm/boot/dts/omap3-lilly-a83x.dtsi
index fa611a5e4850..343a36d8031d 100644
--- a/arch/arm/boot/dts/omap3-lilly-a83x.dtsi
+++ b/arch/arm/boot/dts/omap3-lilly-a83x.dtsi
@@ -257,7 +257,7 @@
 	pinctrl-names = "default";
 	pinctrl-0 = <&i2c3_pins>;
 		gpiom1: gpio@20 {
-			compatible = "mcp,mcp23017";
+			compatible = "microchip,mcp23017";
 			gpio-controller;
 			#gpio-cells = <2>;
 			reg = <0x20>;
-- 
2.14.2

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2017-10-11 15:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-05  7:33 [PATCH] ARM: dts: omap3: Replace deprecated mcp prefix Lars Poeschel
2017-10-05  7:33 ` Lars Poeschel
     [not found] ` <20171005073357.9427-1-poeschel-Xtl8qvBWbHwb1SvskN2V4Q@public.gmane.org>
2017-10-11 15:47   ` Tony Lindgren
2017-10-11 15:47     ` Tony Lindgren
2017-10-11 15:47     ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.