[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#951409: Confirmed fix to build required platform comphy as module



Thanks, I created an identical patch before seeing your update, tested and confirmed that building as a module is loaded during boot. I tried to submit a merge request to the repo, but don't have access to push branches, so I've also attached the resulting patch here.

Joel

From c866cc5b105d5bdec3edec500512e7a2ca42e79a Mon Sep 17 00:00:00 2001
From: Joel Johnson <mrjoel@lixil.net>
Date: Wed, 19 Feb 2020 18:25:55 -0700
Subject: [PATCH] Build PHY_MVEBU_A38X_COMPHY module

The Device Tree for ClearFog devices was updated to use comphy during
the 5.1 development cycle, merged in a4751093a26c. The new support
requires the presence of the platform specific comphy driver.
---
 debian/changelog           | 3 +++
 debian/config/armhf/config | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0f76df363348..f6afe0eb94d4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,9 @@ linux (5.5.5-1~exp1) UNRELEASED; urgency=medium
   [ Aurelien Jarno ]
   * [riscv64] Enable SECCOMP.
 
+  [ Joel Johnson ]
+  * [armhf] Build PHY_MVEBU_A38X_COMPHY module (Closes: #951409, #948298)
+
   [ Romain Perier ]
   * [arm64] Enable BCMGENET
   * [arm64] Fix CONFIG_INFINIBAND_HNS_HIP06 and CONFIG_INFINIBAND_HNS_HIP08
diff --git a/debian/config/armhf/config b/debian/config/armhf/config
index 71a1828be643..9b83f014845d 100644
--- a/debian/config/armhf/config
+++ b/debian/config/armhf/config
@@ -994,6 +994,7 @@ CONFIG_PHY_SUN9I_USB=m
 ##
 ## file: drivers/phy/marvell/Kconfig
 ##
+CONFIG_PHY_MVEBU_A38X_COMPHY=m
 CONFIG_PHY_PXA_USB=m
 
 ##
-- 
2.20.1


Reply to: