From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Szyprowski Subject: [PATCH] Documentation: dt: Explicitly mark Samsung Exynos SoC bindings as unstable Date: Fri, 16 Dec 2016 15:14:36 +0100 Message-ID: <1481897676-13578-1-git-send-email-m.szyprowski@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: Mark Rutland , Chanwoo Choi , Bartlomiej Zolnierkiewicz , Seung-Woo Kim , Krzysztof Kozlowski , Inki Dae , Javier Martinez Canillas , Rob Herring , Kukjin Kim , Sylwester Nawrocki , Marek Szyprowski List-Id: devicetree@vger.kernel.org Samsung Exynos SoCs and boards related bindings evolved since the initial introduction, but initially the bindings were minimal and a bit incomplete (they never described all the hardware modules available in the SoCs). Since then some significant (not fully compatible) changes have been already committed a few times (like gpio replaced by pinctrl, display ddc, mfc reserved memory, some core clocks added to various hardware modules, added more required nodes). On the other side there are no boards which have device tree embedded in the bootloader. Device tree blob is always compiled from the kernel tree and updated together with the kernel image. Thus to avoid further adding a bunch of workarounds for old/missing bindings and allow to make cleanup of the existing code and device tree files, lets mark Samsung Exynos SoC platform bindings as unstable. This means that bindings can may change at any time and users should use the dtb file compiled from the same kernel source tree as the kernel image. Signed-off-by: Marek Szyprowski --- Documentation/devicetree/bindings/arm/samsung/exynos.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/samsung/exynos.txt diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos.txt b/Documentation/devicetree/bindings/arm/samsung/exynos.txt new file mode 100644 index 000000000000..0c606f4c6e85 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/samsung/exynos.txt @@ -0,0 +1,12 @@ +Samsung Exynos SoC Family Device Tree Bindings +--------------------------------------------------------------- + +Work in progress statement: + +Device tree files and bindings applying to Samsung Exynos SoCs and boards are +considered "unstable". Any Samsung Exynos device tree binding may change at any +time. Be sure to use a device tree binary and a kernel image generated from the +same source tree. + +Please refer to Documentation/devicetree/bindings/ABI.txt for a definition of a +stable binding/ABI. -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 From: m.szyprowski@samsung.com (Marek Szyprowski) Date: Fri, 16 Dec 2016 15:14:36 +0100 Subject: [PATCH] Documentation: dt: Explicitly mark Samsung Exynos SoC bindings as unstable Message-ID: <1481897676-13578-1-git-send-email-m.szyprowski@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Samsung Exynos SoCs and boards related bindings evolved since the initial introduction, but initially the bindings were minimal and a bit incomplete (they never described all the hardware modules available in the SoCs). Since then some significant (not fully compatible) changes have been already committed a few times (like gpio replaced by pinctrl, display ddc, mfc reserved memory, some core clocks added to various hardware modules, added more required nodes). On the other side there are no boards which have device tree embedded in the bootloader. Device tree blob is always compiled from the kernel tree and updated together with the kernel image. Thus to avoid further adding a bunch of workarounds for old/missing bindings and allow to make cleanup of the existing code and device tree files, lets mark Samsung Exynos SoC platform bindings as unstable. This means that bindings can may change at any time and users should use the dtb file compiled from the same kernel source tree as the kernel image. Signed-off-by: Marek Szyprowski --- Documentation/devicetree/bindings/arm/samsung/exynos.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/samsung/exynos.txt diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos.txt b/Documentation/devicetree/bindings/arm/samsung/exynos.txt new file mode 100644 index 000000000000..0c606f4c6e85 --- /dev/null +++ b/Documentation/devicetree/bindings/arm/samsung/exynos.txt @@ -0,0 +1,12 @@ +Samsung Exynos SoC Family Device Tree Bindings +--------------------------------------------------------------- + +Work in progress statement: + +Device tree files and bindings applying to Samsung Exynos SoCs and boards are +considered "unstable". Any Samsung Exynos device tree binding may change at any +time. Be sure to use a device tree binary and a kernel image generated from the +same source tree. + +Please refer to Documentation/devicetree/bindings/ABI.txt for a definition of a +stable binding/ABI. -- 1.9.1