* [PATCH] ARM: dts: omap3: Replace deprecated mcp prefix
@ 2017-10-05 7:33 Lars Poeschel
2017-10-11 15:47 ` Tony Lindgren
0 siblings, 1 reply; 2+ messages in thread
From: Lars Poeschel @ 2017-10-05 7:33 UTC (permalink / raw)
To: linux-arm-kernel
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 at 20 {
- compatible = "mcp,mcp23017";
+ compatible = "microchip,mcp23017";
gpio-controller;
#gpio-cells = <2>;
reg = <0x20>;
--
2.14.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] ARM: dts: omap3: Replace deprecated mcp prefix
2017-10-05 7:33 [PATCH] ARM: dts: omap3: Replace deprecated mcp prefix Lars Poeschel
@ 2017-10-11 15:47 ` Tony Lindgren
0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2017-10-11 15:47 UTC (permalink / raw)
To: linux-arm-kernel
* Lars Poeschel <poeschel@lemonage.de> [171005 00:35]:
> The devicetree prefix mcp is deprecated in favour of microchip. Thus
> this replaces mcp with microchip for the mcp23017 gpio expander chip.
Thanks applying into omap-for-v4.15/dt.
Tony
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-11 15:47 UTC | newest]
Thread overview: 2+ 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-11 15:47 ` Tony Lindgren
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).