[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191102011351.6467-1-michael@walle.cc>
Date: Sat, 2 Nov 2019 02:13:46 +0100
From: Michael Walle <michael@...le.cc>
To: linux-kernel@...r.kernel.org, devicetree@...r.kernel.org,
netdev@...r.kernel.org
Cc: Michael Walle <michael@...le.cc>,
"David S. Miller" <davem@...emloft.net>,
Rob Herring <robh+dt@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Heiner Kallweit <hkallweit1@...il.com>,
Liam Girdwood <lgirdwood@...il.com>,
Mark Brown <broonie@...nel.org>,
Simon Horman <simon.horman@...ronome.com>
Subject: [PATCH 0/5] net: phy: at803x device tree binding
Adds a device tree binding to configure the clock and the RGMII voltage.
Changes since the RFC:
- renamed the Kconfig entry to "Qualcomm Atheros.." and reordered the
item
- renamed the prefix from atheros to qca
- use the correct name AR803x (instead of AT803x) in new files and
dt-bindings.
- listed the PHY maintainers in the new schema. Hopefully, thats ok.
- fixed a typo in the bindings schema
- run dtb_checks and dt_binding_check and fixed the schema
- dropped the rgmii-io-1v8 property; instead provide two regulators vddh
and vddio, add one consumer vddio-supply
- fix the clock settings for the AR8030/AR8035
- only the AR8031 supports chaning the LDO and the PLL mode in software.
Check if we have the correct PHY.
- new patch to mention the AR8033 which is the same as the AR8031 just
without PTP support
- new patch which corrects any displayed PHY names and comments. Be
consistent.
Michael Walle (5):
net: phy: at803x: fix Kconfig description
dt-bindings: net: phy: Add support for AT803X
net: phy: at803x: add device tree binding
net: phy: at803x: mention AR8033 as same as AR8031
net: phy: at803x: fix the PHY names
.../devicetree/bindings/net/qca,ar803x.yaml | 111 +++++++
MAINTAINERS | 2 +
drivers/net/phy/Kconfig | 10 +-
drivers/net/phy/at803x.c | 301 +++++++++++++++++-
include/dt-bindings/net/qca-ar803x.h | 13 +
5 files changed, 422 insertions(+), 15 deletions(-)
create mode 100644 Documentation/devicetree/bindings/net/qca,ar803x.yaml
create mode 100644 include/dt-bindings/net/qca-ar803x.h
Cc: "David S. Miller" <davem@...emloft.net>
Cc: Rob Herring <robh+dt@...nel.org>
Cc: Mark Rutland <mark.rutland@....com>
Cc: Andrew Lunn <andrew@...n.ch>
Cc: Florian Fainelli <f.fainelli@...il.com>
Cc: Heiner Kallweit <hkallweit1@...il.com>
Cc: Liam Girdwood <lgirdwood@...il.com>
Cc: Mark Brown <broonie@...nel.org>
Cc: Simon Horman <simon.horman@...ronome.com>
--
2.20.1
Powered by blists - more mailing lists