From 4cb8ec7ebf22dd8da98093868eefcb77ff3fd354 Mon Sep 17 00:00:00 2001 From: James Roy Date: Mon, 13 Jan 2025 22:49:35 +0800 Subject: [PATCH] doc: Add a new migration guide entry to counter Rename the primary_source, secondary_source, filter_count and filter_period property to primary-source, secondary-source, filter-count and filter-period in the devicetree and bindings of the counter subsystem. Signed-off-by: James Roy --- doc/releases/migration-guide-4.1.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/releases/migration-guide-4.1.rst b/doc/releases/migration-guide-4.1.rst index f15ffa45601..dd0e98ddb8f 100644 --- a/doc/releases/migration-guide-4.1.rst +++ b/doc/releases/migration-guide-4.1.rst @@ -118,6 +118,14 @@ ADC * Renamed the ``compatible`` from ``nxp,kinetis-adc12`` to :dtcompatible:`nxp,adc12`. +Counter +======= + +* Renamed the devicetree property ``primary_source`` to ``primary-source``. +* Renamed the devicetree property ``secondary_source`` to ``secondary-source``. +* Renamed the devicetree property ``filter_count`` to ``filter-count``. +* Renamed the devicetree property ``filter_period`` to ``filter-period``. + Controller Area Network (CAN) =============================