doc: releases: litex: mention change of uart driver

Mention the change of the litex
uart driver.

Signed-off-by: Fin Maaß <f.maass@vogl-electronic.com>
This commit is contained in:
Fin Maaß 2024-08-01 10:18:28 +02:00 committed by Anas Nashif
commit c008cbab1a
2 changed files with 5 additions and 0 deletions

View file

@ -42,6 +42,9 @@ Device Drivers and Devicetree
* The ``compatible`` of the LiteX ethernet controller has been renamed from * The ``compatible`` of the LiteX ethernet controller has been renamed from
``litex,eth0`` to :dtcompatible:`litex,liteeth`. (:github:`75433`) ``litex,eth0`` to :dtcompatible:`litex,liteeth`. (:github:`75433`)
* The ``compatible`` of the LiteX uart controller has been renamed from
``litex,uart0`` to :dtcompatible:`litex,uart`. (:github:`74522`)
Controller Area Network (CAN) Controller Area Network (CAN)
============================= =============================

View file

@ -148,6 +148,8 @@ Drivers and Sensors
* Serial * Serial
* LiteX: Renamed the ``compatible`` from ``litex,uart0`` to :dtcompatible:`litex,uart`.
* SPI * SPI
* USB * USB