forked from luck/tmp_suning_uos_patched
ARM: dts: omap3: Replace deprecated mcp prefix
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>
This commit is contained in:
parent
03f1191241
commit
aefe3babab
|
@ -257,7 +257,7 @@ &i2c3 {
|
|||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&i2c3_pins>;
|
||||
gpiom1: gpio@20 {
|
||||
compatible = "mcp,mcp23017";
|
||||
compatible = "microchip,mcp23017";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
reg = <0x20>;
|
||||
|
|
Loading…
Reference in New Issue
Block a user