Skip to content

Commit

Permalink
ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux
Browse files Browse the repository at this point in the history
On r8a7791, i2c6 (aka iic3) doesn't need pinmux, but the koelsch dts
refers to non-existent pinmux configuration data:

pinmux core: sh-pfc does not support function i2c6
sh-pfc e6060000.pfc: invalid function i2c6 in map table

Remove it to fix this.

Fixes: commit 1d41f36 ("ARM: shmobile:
       koelsch dts: Add VDD MPU regulator for DVFS")

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: Olof Johansson <olof@lixom.net>
  • Loading branch information
Geert Uytterhoeven authored and Olof Johansson committed Aug 24, 2014
1 parent caa9eac commit 12266db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions arch/arm/boot/dts/r8a7791-koelsch.dts
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,6 @@
renesas,function = "msiof0";
};

i2c6_pins: i2c6 {
renesas,groups = "i2c6";
renesas,function = "i2c6";
};

usb0_pins: usb0 {
renesas,groups = "usb0";
renesas,function = "usb0";
Expand Down Expand Up @@ -420,8 +415,6 @@
};

&i2c6 {
pinctrl-names = "default";
pinctrl-0 = <&i2c6_pins>;
status = "okay";
clock-frequency = <100000>;

Expand Down

0 comments on commit 12266db

Please sign in to comment.