Does the DTS file from the AN7523's U-Boot contain the MMC node? Can you confirm this @merbanan?
mmc0:mmc@1fa0e000{compatible="airoha,airoha-mmc";reg=<0x00x1fa0e0000x00x1000>,<0x00x1fa0c0000x00x60>;interrupts=<GIC_SPI170IRQ_TYPE_LEVEL_HIGH>;//clocks = <&pericfg CLK_PERI_MSDC30_0_PD>,
// <&topckgen CLK_TOP_MSDC50_0_SEL>;
//clock-names = "source", "hclk";
//status = "disabled";
bus-width=<4>;max-frequency=<52000000>;//FPGA: max value is host->src_clk_freq/2
//ASIC: max value is 52MHz
disable-wp;cap-mmc-highspeed;//mmc-ddr-3_3v;
non-removable;};
Does the DTS file from the AN7523's U-Boot contain the MMC node? Can you confirm this @merbanan?
```dts
mmc0: mmc@1fa0e000 {
compatible = "airoha,airoha-mmc";
reg = <0x0 0x1fa0e000 0x0 0x1000>,
<0x0 0x1fa0c000 0x0 0x60>;
interrupts = <GIC_SPI 170 IRQ_TYPE_LEVEL_HIGH>;
//clocks = <&pericfg CLK_PERI_MSDC30_0_PD>,
// <&topckgen CLK_TOP_MSDC50_0_SEL>;
//clock-names = "source", "hclk";
//status = "disabled";
bus-width = <4>;
max-frequency = <52000000>; //FPGA: max value is host->src_clk_freq/2
//ASIC: max value is 52MHz
disable-wp;
cap-mmc-highspeed;
//mmc-ddr-3_3v;
non-removable;
};
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Does the DTS file from the AN7523's U-Boot contain the MMC node? Can you confirm this @merbanan?
Well the EN7523 does not have support for mmc so I'm not sure where this node is from.
All TP-Link GPLs with AN7551 contain this node, regardless of the date, including some recent GPLs
Well AN7551 and AN7566 is based on AN7581. So those have eMMC but not EN7523.