aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3
diff options
context:
space:
mode:
authorTudor Ambarus <[email protected]>2024-02-16 07:05:48 +0000
committerMark Brown <[email protected]>2024-03-05 20:42:53 +0000
commit414d7b8c9147db7dc34c0e2bae2e2361b922dc07 (patch)
tree50aa9f5f598e0b0c7f1ddc5edd48b4de0bbbbcbd /drivers/usb/cdns3
parentc6e776ab6abdfce5a1edcde7a22c639e76499939 (diff)
spi: s3c64xx: retrieve the FIFO depth from the device tree
There are SoCs that configure different FIFO depths for their instances of the SPI IP. See the fifo_lvl_mask defined for exynos4_spi_port_config for example: .fifo_lvl_mask = { 0x1ff, 0x7F, 0x7F }, The first instance of the IP is configured with 256 bytes FIFOs, whereas the last two are configured with 64 bytes FIFOs. Instead of mangling with the .fifo_lvl_mask and its dependency of the DT alias ID, allow such SoCs to determine the FIFO depth via the ``fifo-depth`` DT property. Signed-off-by: Tudor Ambarus <[email protected]> Link: https://msgid.link/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'drivers/usb/cdns3')
0 files changed, 0 insertions, 0 deletions