[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250709024740.194520-1-kylehendrydev@gmail.com>
Date: Tue, 8 Jul 2025 19:47:24 -0700
From: Kyle Hendry <kylehendrydev@...il.com>
To: Philipp Zabel <p.zabel@...gutronix.de>,
Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>,
Fernández Rojas <noltari@...il.com>
Cc: Kyle Hendry <kylehendrydev@...il.com>,
devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/6] reset: bcm6345: add support for internal ephy resets on bcm63xx
bcm63xx SoCs have a register in the gpio controller that controls some
of the phy functionality. Some of the bits reset individual phys and
need a driver to set.
The other fields in the register configure phy power and will be set
by the network device driver.
Kyle Hendry (6):
reset: bcm6345: add support for bcm63xx ephy control register
dt-bindings: reset: add compatible for bcm63xx ephy control
dt-bindings: reset: add BCM63268 ephy reset definitions
dt-bindings: reset: add BCM6318 ephy reset definitions
dt-bindings: reset: add BCM6362 ephy reset definitions
dt-bindings: reset: add BCM6328 ephy reset definitions
.../devicetree/bindings/reset/brcm,bcm6345-reset.yaml | 4 +++-
drivers/reset/reset-bcm6345.c | 1 +
include/dt-bindings/reset/bcm6318-reset.h | 5 +++++
include/dt-bindings/reset/bcm63268-reset.h | 4 ++++
include/dt-bindings/reset/bcm6328-reset.h | 5 +++++
include/dt-bindings/reset/bcm6362-reset.h | 5 +++++
6 files changed, 23 insertions(+), 1 deletion(-)
--
2.43.0
Powered by blists - more mailing lists