From patchwork Thu Jun 29 18:43:16 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Wunderlich X-Patchwork-Id: 697855 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8FFD8EB64D9 for ; Thu, 29 Jun 2023 18:43:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232477AbjF2Snm (ORCPT ); Thu, 29 Jun 2023 14:43:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57644 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232460AbjF2Snk (ORCPT ); Thu, 29 Jun 2023 14:43:40 -0400 Received: from mxout2.routing.net (mxout2.routing.net [IPv6:2a03:2900:1:a::b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 26CBE2681; Thu, 29 Jun 2023 11:43:36 -0700 (PDT) Received: from mxbox2.masterlogin.de (unknown [192.168.10.89]) by mxout2.routing.net (Postfix) with ESMTP id DA0925FD39; Thu, 29 Jun 2023 18:43:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailerdienst.de; s=20200217; t=1688064213; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=xsKoa5ClLaGgZAsOra2e5wFriYLbf/iu32Moq+TLna0=; b=BsI6oEu+oq0P1beccCVZAJi9yGquXvGiWCzgXhi1bVhi5GiSG9VVdJBfn5C/BxzqNtBwBD MXUXaXMIKHRnefJ/f4Yo6FfntJWpLkbRrC7kEBlU/7/2lMTcuoMUnUr7yl5h7FB+8Xoln1 eMoFqGlw6Ln0zzcLTomv7JasOQjZfGI= Received: from frank-G5.. (fttx-pool-157.180.227.241.bambit.de [157.180.227.241]) by mxbox2.masterlogin.de (Postfix) with ESMTPSA id ABC2C10073B; Thu, 29 Jun 2023 18:43:31 +0000 (UTC) From: Frank Wunderlich To: linux-mediatek@lists.infradead.org Cc: Frank Wunderlich , Chaotian Jing , Ulf Hansson , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , Wenbin Mei , Sam Shih , linux-mmc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 0/2] Fix emmc hs400 mode on mt7986 Date: Thu, 29 Jun 2023 20:43:16 +0200 Message-Id: <20230629184318.551317-1-linux@fw-web.de> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-Mail-ID: bc943361-3c32-42ac-afa6-c1bf0ccbb437 Precedence: bulk List-ID: X-Mailing-List: linux-mmc@vger.kernel.org From: Frank Wunderlich Eric boots linux directly from ATF without using uboot. In this corner case clocks for emmc hs400 mode are not correctly setup. Fix this by adding assigned-clocks and assigned.clock-parents to mmc node. Eric Woudstra (1): arm64: dts: mt7986: fix emmc hs400 mode without uboot initialization Frank Wunderlich (1): dt-bindings: mmc: mtk-sd: drop assigned-clocks/clock-parents Documentation/devicetree/bindings/mmc/mtk-sd.yaml | 10 ---------- arch/arm64/boot/dts/mediatek/mt7986a.dtsi | 4 ++++ 2 files changed, 4 insertions(+), 10 deletions(-) Acked-by: Conor Dooley