Skip to content

Commit 89f8c1c

Browse files
committed
device-tree.bb: Disabled SGMII for Agilex7 DK-SI-AGF014EB
Signed-off-by: drosdi <danish.ahmad.rosdi@intel.com>
1 parent a7a8fdf commit 89f8c1c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

recipes-bsp/device-tree/device-tree.bb

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ SRC_URI:append:agilex7_dk_si_agf014ea = " \
2727
"
2828

2929
SRC_URI:append:agilex7_dk_si_agf014eb = " \
30-
file://socfpga_agilex7_ghrd_sgmii.dtsi \
3130
file://socfpga_agilex7_ghrd.dtsi \
3231
file://agilex7_pr_fpga_static_region.dts \
3332
file://agilex7_pr_persona0.dts \
@@ -116,10 +115,10 @@ do_configure:append() {
116115
# GSRD DTB Generation
117116
# MMC, QSPI
118117
cp ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts/intel/socfpga_agilex_socdk.dts ${WORKDIR}/socfpga_agilex7_socdk.dts
119-
sed -i '/\#include \"socfpga_agilex.dtsi\"/a \#include \"socfpga_agilex7_ghrd_sgmii.dtsi\"\n\#include \"socfpga_ilc.dtsi\"' ${WORKDIR}/socfpga_agilex7_socdk.dts
118+
sed -i '/\#include \"socfpga_agilex.dtsi\"/a \#include \"socfpga_agilex7_ghrd.dtsi\"\n\#include \"socfpga_ilc.dtsi\"' ${WORKDIR}/socfpga_agilex7_socdk.dts
120119
# NAND
121120
cp ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts/intel/socfpga_agilex_socdk_nand.dts ${WORKDIR}/socfpga_agilex7_socdk_nand.dts
122-
sed -i '/\#include \"socfpga_agilex.dtsi\"/a \#include \"socfpga_agilex7_ghrd_sgmii.dtsi\"\n\#include \"socfpga_ilc.dtsi\"' ${WORKDIR}/socfpga_agilex7_socdk_nand.dts
121+
sed -i '/\#include \"socfpga_agilex.dtsi\"/a \#include \"socfpga_agilex7_ghrd.dtsi\"\n\#include \"socfpga_ilc.dtsi\"' ${WORKDIR}/socfpga_agilex7_socdk_nand.dts
123122
# PR
124123
cp ${STAGING_KERNEL_DIR}/arch/${ARCH}/boot/dts/intel/socfpga_agilex_socdk.dts ${WORKDIR}/socfpga_agilex7_socdk_pr.dts
125124
sed -i '/\#include \"socfpga_agilex.dtsi\"/a \#include \"socfpga_agilex7_ghrd.dtsi\"\n\#include \"socfpga_ilc.dtsi\"' ${WORKDIR}/socfpga_agilex7_socdk_pr.dts

0 commit comments

Comments
 (0)