From patchwork Mon Dec 14 02:59:41 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Ruehl X-Patchwork-Id: 11971229 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=-16.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT 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 0B767C4361B for ; Mon, 14 Dec 2020 03:01:14 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id C20CB238D6 for ; Mon, 14 Dec 2020 03:01:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C20CB238D6 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gtsys.com.hk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=NnI5/Qm7ICVXFJlH3EdxNIpiGAYIEQNCPqO6EGCg0j4=; b=lpUkQeOqoLPK/jCkYenmZYW2f1 iQDBRyXUkz1fIF/VcG427SXLS8ah+WTsqwvy0VnN+wOlyv03HBaMGNwoX5knZ3JvreX0/YnTqmbpq 8PF1bkaFpxiEAxHVne7ZMHyYDBtjrwE0dhY1pHBQIOArpjM7kadIiwV3ods9YRX18BCkHmt86g8aW OnzWa/ECVvBnkeNzGJtrRwBBMMe+66eUM2tf17X+XNR5ZumoxzMSevvEQESx//SjkVp/g92Sf26LT DihP6uN2kvn1nj4Is88RgxUuPdCkM5nF9EKVVcHMPQdG5qk6o6TjOHJ62IguQNkQ5RZacoSGIpl/I d7gQNIbg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1koe5k-00062r-Aq; Mon, 14 Dec 2020 03:00:04 +0000 Received: from [27.111.83.178] (helo=mail.gtsys.com.hk) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1koe5h-00061G-H9; Mon, 14 Dec 2020 03:00:02 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.gtsys.com.hk (Postfix) with ESMTP id C9C16235557A; Mon, 14 Dec 2020 10:59:59 +0800 (HKT) X-Virus-Scanned: Debian amavisd-new at gtsys.com.hk Received: from mail.gtsys.com.hk ([127.0.0.1]) by localhost (mail.gtsys.com.hk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 71OkMwPJucgl; Mon, 14 Dec 2020 10:59:59 +0800 (HKT) Received: from s01.gtsys.com.hk (unknown [10.128.4.2]) by mail.gtsys.com.hk (Postfix) with ESMTP id AFD5D2355574; Mon, 14 Dec 2020 10:59:59 +0800 (HKT) Received: from armhf2.gtsys.com.hk (unknown [10.128.4.15]) by s01.gtsys.com.hk (Postfix) with ESMTP id B2F8BC01FAD; Mon, 14 Dec 2020 10:59:59 +0800 (HKT) Received: by armhf2.gtsys.com.hk (Postfix, from userid 1000) id 861C82000CF; Mon, 14 Dec 2020 10:59:59 +0800 (HKT) From: Chris Ruehl To: Chris Ruehl Subject: [PATCH v1 0/4] rockchip: emmc: rk3399 add vendor prefix Date: Mon, 14 Dec 2020 10:59:41 +0800 Message-Id: <20201214025946.25753-1-chris.ruehl@gtsys.com.hk> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201213_220001_797867_C103F63E X-CRM114-Status: UNSURE ( 6.74 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , Heiko Stuebner , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , linux-rockchip@lists.infradead.org, Vinod Koul , linux-arm-kernel@lists.infradead.org Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This patchset follow up with commit 8b5c2b45b8f0a and a8cef928276bb Following the reference in vendor-prefixes.yaml, update implementation, devicetree binding dtsi and documentation for the phy-rockchip-emmc. Signed-off-by: Chris Ruehl --- Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt | 19 ++++++++++--------- arch/arm64/boot/dts/rockchip/rk3399-puma.dtsi | 2 +- arch/arm64/boot/dts/rockchip/rk3399.dtsi | 2 +- drivers/phy/rockchip/phy-rockchip-emmc.c | 6 +++--- 4 files changed, 15 insertions(+), 14 deletions(-)