Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VCU118 device tree still relies on old SDC driver #1223

Open
jordancarlin opened this issue Jan 6, 2025 · 1 comment
Open

VCU118 device tree still relies on old SDC driver #1223

jordancarlin opened this issue Jan 6, 2025 · 1 comment

Comments

@jordancarlin
Copy link
Member

The other FPGA device trees were updated with SPI. VCU118 still has

mmc@13000 {
	interrupts = <0x14>;
	compatible = "riscv,axi-sd-card-1.0";
	reg = <0x00 0x13000 0x00 0x7F>;
	fifo-depth = <256>;
	bus-width = <4>;
	interrupt-parent = <0x03>;
	clock = <0x43B5FC0>;
	max-frequency = <0xF4240>;
	no-sdio;
};
@rosethompson
Copy link
Contributor

We can update the device tree, but we won't be able to test. We no longer have a vcu118 board after the flood. We opted to get a vcu108 instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants