From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olof Johansson Date: Sun, 24 Aug 2014 18:23:44 +0000 Subject: Re: [PATCH] ARM: shmobile: koelsch: Remove non-existent i2c6 pinmux Message-Id: <20140824182344.GB11563@localhost> List-Id: References: <1408054750-9642-1-git-send-email-horms+renesas@verge.net.au> In-Reply-To: <1408054750-9642-1-git-send-email-horms+renesas@verge.net.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org On Fri, Aug 15, 2014 at 07:19:10AM +0900, Simon Horman wrote: > From: Geert Uytterhoeven > > 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 1d41f36a68c0f4e9b01d563ce33bab5201858b54 ("ARM: shmobile: > koelsch dts: Add VDD MPU regulator for DVFS") > > Signed-off-by: Geert Uytterhoeven > Signed-off-by: Simon Horman > --- > arch/arm/boot/dts/r8a7791-koelsch.dts | 7 ------- > 1 file changed, 7 deletions(-) > > Hi Olof, Arnd, Kevin, > > please consider this as a fix for v3.17. Applied. -Olof