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=-8.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=ham 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 2CAB4C433E0 for ; Tue, 16 Jun 2020 16:10:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1874221475 for ; Tue, 16 Jun 2020 16:10:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732194AbgFPQKc (ORCPT ); Tue, 16 Jun 2020 12:10:32 -0400 Received: from muru.com ([72.249.23.125]:58024 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730973AbgFPQK3 (ORCPT ); Tue, 16 Jun 2020 12:10:29 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 53BD08123; Tue, 16 Jun 2020 16:11:20 +0000 (UTC) Date: Tue, 16 Jun 2020 09:10:24 -0700 From: Tony Lindgren To: Drew Fustini Cc: Rob Herring , =?utf-8?Q?Beno=C3=AEt?= Cousson , linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Jason Kridner , Robert Nelson Subject: Re: [PATCH V2] ARM: dts: am335x-pocketbeagle: Fix mmc0 Write Protect Message-ID: <20200616161024.GC37466@atomide.com> References: <20200609214521.GB2995279@x1> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200609214521.GB2995279@x1> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Drew Fustini [200609 14:46]: > AM3358 pin mcasp0_aclkr (ZCZ ball B13) [0] is routed to P1.31 header [1] > Mode 4 of this pin is mmc0_sdwp (SD Write Protect). A signal connected > to P1.31 may accidentally trigger mmc0 write protection. To avoid this > situation, do not put mcasp0_aclkr in mode 4 (mmc0_sdwp) by default. > > [0] http://www.ti.com/lit/ds/symlink/am3358.pdf > [1] https://github.com/beagleboard/pocketbeagle/wiki/System-Reference-Manual#531_Expansion_Headers > > Fixes: 047905376a16 (ARM: dts: Add am335x-pocketbeagle) > Signed-off-by: Robert Nelson > Signed-off-by: Drew Fustini > --- > V2 change: > - correct P1.13 to P1.31, apologies for not catching that in V1 Thanks (manually) applying into fixes. Your outgoing mail server has replaced the tabs in the patch with spaces making it not apply FYI. Regards, Tony