From 0de4cdf9e1b3ebf98b56b4406403f9ece616af0a Mon Sep 17 00:00:00 2001 From: James Roy Date: Tue, 14 Jan 2025 15:21:36 +0800 Subject: [PATCH] doc: Add a new migration guide entry to display Rename the pclk_pol and data_cmd-gpios propertys to pclk-pol and data-cmd-gpios in the devicetree and bindings of the display subsystem. Signed-off-by: James Roy --- doc/releases/migration-guide-4.1.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/releases/migration-guide-4.1.rst b/doc/releases/migration-guide-4.1.rst index 78be00f4cdc..e443864bac0 100644 --- a/doc/releases/migration-guide-4.1.rst +++ b/doc/releases/migration-guide-4.1.rst @@ -154,6 +154,8 @@ Display ... }; +* Renamed the devicetree propertys ``pclk_pol`` and ``data_cmd-gpios`` + to ``pclk-pol`` and ``data-cmd-gpios``. Enhanced Serial Peripheral Interface (eSPI) ===========================================