From patchwork Mon Oct 9 22:46:53 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Packham X-Patchwork-Id: 823590 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=alliedtelesis.co.nz header.i=@alliedtelesis.co.nz header.b="nfJ8PjHc"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3y9wPQ4jQdz9t3B for ; Tue, 10 Oct 2017 09:47:54 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754241AbdJIWrQ (ORCPT ); Mon, 9 Oct 2017 18:47:16 -0400 Received: from gate2.alliedtelesis.co.nz ([202.36.163.20]:42792 "EHLO gate2.alliedtelesis.co.nz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755564AbdJIWrP (ORCPT ); Mon, 9 Oct 2017 18:47:15 -0400 Received: from mmarshal3.atlnz.lc (mmarshal3.atlnz.lc [10.32.18.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by gate2.alliedtelesis.co.nz (Postfix) with ESMTPS id E0EFA8448A; Tue, 10 Oct 2017 11:47:07 +1300 (NZDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alliedtelesis.co.nz; s=mail; t=1507589227; bh=01FG/bvQL9ynw+OkVtGKhDu6NYUb8PX/YH8eGoxsbsU=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=nfJ8PjHclHaQqzAx97w3nxCtW/jDTRM/no2qqLSH7L9TFotaL1dYk8y5LXBvtIlWT aNWaBtiQLQR3XCdfmleTq/UdoHOKC159TCyck8HcL2eKUFmNat+oANA5mzok6I5nzy Tj+2UprcWMS34GA4/NmKiyXuiEkMkU4E1Jt7i8OY= Received: from smtp (Not Verified[10.32.16.33]) by mmarshal3.atlnz.lc with Trustwave SEG (v7, 5, 8, 10121) id ; Tue, 10 Oct 2017 11:47:08 +1300 Received: from chrisp-dl.ws.atlnz.lc (chrisp-dl.ws.atlnz.lc [10.33.22.30]) by smtp (Postfix) with ESMTP id 0DAB913F099; Tue, 10 Oct 2017 11:47:15 +1300 (NZDT) Received: by chrisp-dl.ws.atlnz.lc (Postfix, from userid 1030) id B68021E21D4; Tue, 10 Oct 2017 11:47:02 +1300 (NZDT) From: Chris Packham To: robh+dt@kernel.org, mark.rutland@arm.com, gregkh@linuxfoundation.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Packham Subject: [PATCH v3 3/5] uio: dt-bindings: Add binding for "marvell,88e2040" Date: Tue, 10 Oct 2017 11:46:53 +1300 Message-Id: <20171009224655.6173-4-chris.packham@alliedtelesis.co.nz> X-Mailer: git-send-email 2.14.2 In-Reply-To: <20171009224655.6173-1-chris.packham@alliedtelesis.co.nz> References: <20171009224655.6173-1-chris.packham@alliedtelesis.co.nz> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The marvell,88e2040 is a N-BaseT Ethernet PHY which requires a userspace driver. The only kernel presence is an interrupt handler which uio_pdrv_genirq can provide. Signed-off-by: Chris Packham --- Changes in v3: - (replaces "uio: dt-bindings: document binding for uio-pdrv-genirq") - split the bindings up into the devices I'm actually wanting to support. The second is a marvell N-BaseT Ethernet PHY Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt b/Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt index fb4c1b5059f2..7b28bead4016 100644 --- a/Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt +++ b/Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt @@ -1,8 +1,8 @@ *Generic UIO platform driver with interrupts Required properties: -- compatible: Should be a value set with the of_id module parameter or the - built in value "st,stm32f100". +- compatible: Should be a value set with the of_id module parameter or one of + the built in values "st,stm32f100", "marvell,88e2040". Optional properties: - interrupts: Should contain the interrupt to be associated with this device