Re: [PATCH v3 16/21] phy: sun4i-usb: Add support for the H616 USB PHY
From: Maxime Ripard <hidden>
Date: 2021-01-18 15:39:15
Also in:
lkml
From: Maxime Ripard <hidden>
Date: 2021-01-18 15:39:15
Also in:
lkml
On Mon, Jan 18, 2021 at 02:08:43AM +0000, Andre Przywara wrote:
The USB PHY used in the Allwinner H616 SoC inherits some traits from its various predecessors: it has four full PHYs like the H3, needs some extra bits to be set like the H6, and clears a different bit in the PMU_UNK1 register like the A100. Name all those properties in a new config struct and assign a new compatible name to it. Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Maxime Ripard <mripard@kernel.org> Maxime