Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp2604226pxu; Sat, 28 Nov 2020 21:50:00 -0800 (PST) X-Google-Smtp-Source: ABdhPJx6yywehb8jtlLJEJJ0OK2clTkBzHyr6qSTVktPLVWVCpbPc5w/DM1xU/erSM1KZ3HVNbkI X-Received: by 2002:a50:aba1:: with SMTP id u30mr10170591edc.26.1606629000759; Sat, 28 Nov 2020 21:50:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1606629000; cv=none; d=google.com; s=arc-20160816; b=icANVxGrdhZpXM+o5s13l+RnyebT0VgJ9sGnyOpeL2la0atAeYUfE2vP2tuvNbs3CT tsBFJ25XfI3oMwT/17btYXgNTX2Tehj3HBitIvPiNj9ZSU7tLHUj+o+h/noQqAnhGDLq 5/2VI1aQ7OO32f43eFYI0Nz7esTOZzipBIvVGgQvUhnJb64gFTGlZHxRAOKwfhH0ZSjk lehxT0kL1NMk6yXz5JUDJ2MESEITO/JoE+DKGKTLCQ7VD39oZEDt45uqoMGq1LClK3Fd Irl5I+T05D8lKy5kC5dp1gJmrOQU25/Gj2Q5Pj0BtVexaKkOB1yGtG5a/p9WoRYdmuVz Ayzg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:to:content-transfer-encoding:mime-version :message-id:date:subject:cc:from; bh=D3QPYBXmX6AIhv6orBLCW4BtBJsZVQjb9LEwX2CQzQU=; b=WlU9e+ylhrzt2DKx8NyDmlWpCtsPX6LIE7/zixJ+Kg9WVkDfrjVrkUQAfYpgtiS9Ch DbadA8XacdM1ScOOlCp98LlguyY0JmA2naE39AzK9cyhVUFCo6WCnf0C1SHezH7V82rn 80omHB7P+LYx8+8tOytGPaESZ3YEjpbfPgIweRB9vGGCaZZw8HXhDKL2wAAMuPtCjlA8 07xolxFzactWZsWdQKyvYkXnQRK0Rg5a4J84OhU9e4fQIAQ5q4XH1aCnPKvMYb3LHj8T 8bIN47pnHzDtByf7x9Ynn/462OHGxPwht3sfmE6mhpjS3XiKv049mIuqHlB67oPeALw3 7/EQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r2si3887263eju.392.2020.11.28.21.49.23; Sat, 28 Nov 2020 21:50:00 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725908AbgK2Fqa (ORCPT + 99 others); Sun, 29 Nov 2020 00:46:30 -0500 Received: from server-x.ipv4.hkg02.ds.network ([27.111.83.178]:39768 "EHLO mail.gtsys.com.hk" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1725468AbgK2Fqa (ORCPT ); Sun, 29 Nov 2020 00:46:30 -0500 Received: from localhost (localhost [127.0.0.1]) by mail.gtsys.com.hk (Postfix) with ESMTP id 56C442015B8C; Sun, 29 Nov 2020 13:45:42 +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 aJgsOERfWY6B; Sun, 29 Nov 2020 13:45:42 +0800 (HKT) Received: from s01.gtsys.com.hk (unknown [10.128.4.2]) by mail.gtsys.com.hk (Postfix) with ESMTP id 2D71520020FC; Sun, 29 Nov 2020 13:45:42 +0800 (HKT) Received: from armhf2.gtsys.com.hk (unknown [10.128.4.15]) by s01.gtsys.com.hk (Postfix) with ESMTP id 16650C019E2; Sun, 29 Nov 2020 13:45:42 +0800 (HKT) Received: by armhf2.gtsys.com.hk (Postfix, from userid 1000) id EB050200756; Sun, 29 Nov 2020 13:45:41 +0800 (HKT) From: Chris Ruehl Cc: devicetree@vger.kernel.org, Chris Ruehl , Kishon Vijay Abraham I , Vinod Koul , Heiko Stuebner , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: [PATCH v2] phy: rockchip: set pulldown for strobe line in dts Date: Sun, 29 Nov 2020 13:44:13 +0800 Message-Id: <20201129054416.3980-1-chris.ruehl@gtsys.com.hk> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit To: unlisted-recipients:; (no To-header on input) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This patchset add support to set the strobe line pulldown via dt property 2 files modified: drivers/phy/rockchip/phy-rockchip-emmc.c Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt Signed-off-by: Chris Ruehl --- v2: - Fix issues show with checkpatch --strict - Add patch to update the Documentation