CI: https://source.denx.de/u-boot/custodians/u-boot-fsl-qoriq/-/pipelines/29615

- Fix SPI flash clock for ls102xa
This commit is contained in:
Tom Rini 2026-03-23 08:03:17 -06:00
commit e21ac93091
2 changed files with 5 additions and 1 deletions

View File

@ -22,6 +22,10 @@
ethernet5 = &swp4;
ethernet6 = &swp5;
};
chosen {
stdout-path = &uart0;
};
};
&dspi0 {

View File

@ -137,7 +137,7 @@ struct ccsr_gur {
#define SCFG_ETSECCMCR_GE0_CLK125 0x00000000
#define SCFG_ETSECCMCR_GE1_CLK125 0x08000000
#define SCFG_PIXCLKCR_PXCKEN 0x80000000
#define SCFG_QSPI_CLKSEL 0x50100000
#define SCFG_QSPI_CLKSEL 0x30100000
#define SCFG_SNPCNFGCR_SEC_RD_WR 0xc0000000
#define SCFG_SNPCNFGCR_DCU_RD_WR 0x03000000
#define SCFG_SNPCNFGCR_SATA_RD_WR 0x00c00000