From patchwork Wed Feb 26 11:36:58 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukasz Majewski X-Patchwork-Id: 1244941 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=85.214.62.61; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=denx.de header.i=@denx.de header.a=rsa-sha256 header.s=phobos-20191101 header.b=tImuSwu8; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48SDLV73CLz9sPR for ; Wed, 26 Feb 2020 22:37:38 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 5B5638065D; Wed, 26 Feb 2020 12:37:31 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1582717051; bh=te2PJzkWYC86ibwj4GQIzxK2oQj08+cSCDBdM22ekGk=; h=From:To:Cc:Subject:Date:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=tImuSwu8ydxYvqiaINm//6IpzhFKzy2JhIruTbO+8Ra9VO5ID+/U9ZBTWoQ5HbYs3 HN7EkfT2mNg3ZYgciNQ8lVvF4MH6pGyzEweWINV2VxJnMRpRTz2LXaArJieNHCLqfl 4FqlDNH/xfwSBRiAFlBoc5Uv3EJXx7DKGiR8aQLCOVVWavuJo5qPvUdDrw6rVDHDgQ JQIyX+epv46dNpKGPuzjVcRtms/ntnc7mhtkaFpayEyQp2l4Cl735DhFnvo8Jd1U9D Ap2pYF6S5DtGcDhPzizxIH3egCMaW3+0Sdum9rzkvuSeCGgO5lL92wEFGq9CI+y8aC xl9nkjxKIuNtw== Received: by phobos.denx.de (Postfix, from userid 109) id 6801680651; Wed, 26 Feb 2020 12:37:26 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SUBJ_OBFU_PUNCT_FEW,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.2 Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 7331C80257 for ; Wed, 26 Feb 2020 12:37:23 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=none (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=none smtp.mailfrom=lukma@denx.de Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 48SDLB5sycz1qql3; Wed, 26 Feb 2020 12:37:22 +0100 (CET) Received: from localhost (dynscan1.mnet-online.de [192.168.6.70]) by mail.m-online.net (Postfix) with ESMTP id 48SDLB4WJSz1qqlD; Wed, 26 Feb 2020 12:37:22 +0100 (CET) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.70]) (amavisd-new, port 10024) with ESMTP id DqIlkfXfftpm; Wed, 26 Feb 2020 12:37:18 +0100 (CET) X-Auth-Info: hMuWwZUBVJtCa0P1h9+x3N/O6N5bf1LVxQQREe+MNAU= Received: from localhost.localdomain (85-222-111-42.dynamic.chello.pl [85.222.111.42]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Wed, 26 Feb 2020 12:37:18 +0100 (CET) From: Lukasz Majewski To: Stefano Babic , Tom Rini , u-boot@lists.denx.de, Peng Fan Cc: Lukasz Majewski , Fabio Estevam , Jaehoon Chung , Joe Hershberger , "NXP i.MX U-Boot Team" , Simon Glass Subject: [PATCH 0/4] imx: Fixes for i.MX53 based HSC|DDC boards Date: Wed, 26 Feb 2020 12:36:58 +0100 Message-Id: <20200226113703.10526-1-lukma@denx.de> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.30rc1 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.102.2 at phobos.denx.de X-Virus-Status: Clean This short patch series fixes i.MX53 based boards from K+P, namely HSC and DDC. It also requires a USB fix patch: "usb: ehci-mx5: Fix bus enumeration for DM case" https://patchwork.ozlabs.org/patch/1119811/ Travis-CI: https://travis-ci.org/lmajewski/u-boot-dfu/builds/654970410 Applied on top of SHA1: 133276f14acfbad4268acd19a70d3cda0a60b5e3 Lukasz Majewski (4): config: cosmetic: Cleanup of imx53 - HSC and DDC config file dts: imx: Add fixed-link property to HSC and DDC (imx53) devices config: imx: Enable CONFIG_PHY_FIXED on HSC and DDC i.MX53 boards imx: pmic: Set proper pmic name for iMX53 HSC|DDC boards arch/arm/dts/imx53-kp-u-boot.dtsi | 7 +++++++ board/k+p/kp_imx53/kp_imx53.c | 2 +- configs/kp_imx53_defconfig | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-)