ARM: dts: omap3: Replace deprecated mcp prefix
authorLars Poeschel <poeschel@lemonage.de>
Thu, 5 Oct 2017 07:33:57 +0000 (09:33 +0200)
committerTony Lindgren <tony@atomide.com>
Wed, 11 Oct 2017 15:47:31 +0000 (08:47 -0700)
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/boot/dts/omap3-lilly-a83x.dtsi

index fa611a5e48506c688c9406424e6454fb8d724449..343a36d8031d8a2207d9b411ae71000b50232fa0 100644 (file)
        pinctrl-names = "default";
        pinctrl-0 = <&i2c3_pins>;
                gpiom1: gpio@20 {
-                       compatible = "mcp,mcp23017";
+                       compatible = "microchip,mcp23017";
                        gpio-controller;
                        #gpio-cells = <2>;
                        reg = <0x20>;