From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9D142C433FF for ; Tue, 6 Aug 2019 21:03:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6B81920C01 for ; Tue, 6 Aug 2019 21:03:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565125417; bh=eI2HKR7RuxJ9kMRo2bqq2lLDUxkhAB9oqvxEZuJmUWM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=yBVDdheaZav1fPQZ3Fy7V+LMWtGnEcPEd9sLcgyFASzurrA72oBI8+5VyZ6ZuepSz S4hTeKLMOauIGNAgUH2ilG/heoUWxeUCgZ1ywOMtZslxjtWY3TAVU8PGd7wGSXgCdZ 39z/NGiDCFA4VaULRNHAfVtrRpu/Vjs0J0cQpVd0= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726044AbfHFVDh (ORCPT ); Tue, 6 Aug 2019 17:03:37 -0400 Received: from mail.kernel.org ([198.145.29.99]:45154 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726009AbfHFVDg (ORCPT ); Tue, 6 Aug 2019 17:03:36 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 20F9220C01; Tue, 6 Aug 2019 21:03:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1565125416; bh=eI2HKR7RuxJ9kMRo2bqq2lLDUxkhAB9oqvxEZuJmUWM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=F2fKD0kxcYW9RsVwyrR/wIS9hyvvaAxs7HQ2a/stUIR+218LHAwNNxQ4cGXtpde5s xCpLHap5ALxccIQRc/jKfS0dYGS516VsjdrMw9vu9jR5A6Tr5lvnioudfL1sR43mqP SZ82fOVMMXrgbYt8+sGC7SIzj5weTPQjYmx24zQ8= Date: Tue, 6 Aug 2019 17:03:35 -0400 From: Sasha Levin To: Adam Ford Cc: stable@vger.kernel.org Subject: Re: ARM: dts: Add pinmuxing for i2c2 and i2c3 for LogicPD torpedo Message-ID: <20190806210335.GI17747@sasha-vm> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Aug 06, 2019 at 09:56:27AM -0500, Adam Ford wrote: >Please apply a135a392acbec7ecda782981788e8c03767a1571 ("ARM: dts: Add >pinmuxing for i2c2 and i2c3 for LogicPD torpedo") to 4.9.y branch. > >Ideally, it would be applied to 4.4, but It doesn't apply cleanly to >4.4. I can do a separate patch to do that, but I am not sure of the >proper procedure. > >Due to some changes in the bootloader, I2C2 and 3 may not necessarily >be muxed properly. This patch will ensure it's working for the >various devices connected to it. Applied to 4.14 and 4.9, if this needs to go to 4.4 then please send a backport. -- Thanks, Sasha