]> git.ipfire.org Git - thirdparty/u-boot.git/commit
phy: zynqmp: Store instance instead of type
authorSean Anderson <sean.anderson@linux.dev>
Tue, 6 Jan 2026 21:55:00 +0000 (16:55 -0500)
committerMichal Simek <michal.simek@amd.com>
Mon, 12 Jan 2026 12:01:27 +0000 (13:01 +0100)
commit7440a28528f4f8110f40c8dc6a3aa75b5306f1db
tree91cf810e7ee1001a2394cb05754a6fc9c039de91
parent8c3e514d66def2a0f20cdc1cfef4d58542444576
phy: zynqmp: Store instance instead of type

The phy "type" is just the combination of protocol and instance, and is
never used apart from that. Store the instance directly, instead of
converting to a type first. No functional change intended.

Signed-off-by: Sean Anderson <sean.anderson@linux.dev>
Link: https://lore.kernel.org/r/20240628205540.3098010-3-sean.anderson@linux.dev
Signed-off-by: Vinod Koul <vkoul@kernel.org>
[ Linux commit 6959d2367bc3503ac4ba3eb4ec6584a43150d6b3 ]
Link: https://lore.kernel.org/r/20260106215501.727524-4-sean.anderson@linux.dev
Signed-off-by: Michal Simek <michal.simek@amd.com>
drivers/phy/phy-zynqmp.c