From: Krzysztof Kozlowski Date: Wed, 12 Jul 2023 08:41:31 +0000 (+0200) Subject: Documentation/process: maintainer-soc: document dtbs_check requirement for Samsung X-Git-Tag: v6.6.17~4067^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38d0e83b9656c15ea0b320852ff16d7360c548df;p=platform%2Fkernel%2Flinux-rpi.git Documentation/process: maintainer-soc: document dtbs_check requirement for Samsung Samsung ARM/ARM64 SoCs (except legacy S5PV210) are also expected not to bring any new dtbs_check warnings. In fact this have been already enforced and tested since few release. Cc: Conor Dooley Signed-off-by: Krzysztof Kozlowski Link: https://lore.kernel.org/r/20230712084131.127982-1-krzysztof.kozlowski@linaro.org Signed-off-by: Arnd Bergmann --- diff --git a/Documentation/process/maintainer-soc.rst b/Documentation/process/maintainer-soc.rst index 49f0828..1263753 100644 --- a/Documentation/process/maintainer-soc.rst +++ b/Documentation/process/maintainer-soc.rst @@ -133,8 +133,8 @@ with the dt-bindings that describe the ABI. Please read the section more information on the validation of devicetrees. For new platforms, or additions to existing ones, ``make dtbs_check`` should not -add any new warnings. For RISC-V, as it has the advantage of being a newer -architecture, ``make dtbs_check W=1`` is required to not add any new warnings. +add any new warnings. For RISC-V and Samsung SoC, ``make dtbs_check W=1`` is +required to not add any new warnings. If in any doubt about a devicetree change, reach out to the devicetree maintainers.