]> www.infradead.org Git - users/jedix/linux-maple.git/commit
firmware: stratix10-svc: Add of_platform_default_populate()
authorMahesh Rao <mahesh.rao@intel.com>
Wed, 26 Mar 2025 11:54:46 +0000 (06:54 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 15 Apr 2025 16:23:02 +0000 (18:23 +0200)
commit4d239f447f96bd2cb646f89431e9db186c1ccfd4
treeadea4b8f24dd12009fbf5e607518d06352218483
parentf88c0c72ffb014e5eba676ee337c4eb3b1d6a119
firmware: stratix10-svc: Add of_platform_default_populate()

Add of_platform_default_populate() to stratix10-svc
driver as the firmware/svc node was moved out of soc.
This fixes the failed probing of child drivers of
svc node.

Cc: stable@vger.kernel.org
Fixes: 23c3ebed382a ("arm64: dts: socfpga: agilex: move firmware out of soc node")
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Xu Yilun <yilun.xu@intel.com>
Signed-off-by: Mahesh Rao <mahesh.rao@intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Link: https://lore.kernel.org/r/20250326115446.36123-1-dinguyen@kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/firmware/stratix10-svc.c