]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: add 'chassis-type' property on PineNote
authorDiederik de Haas <didi.debian@cknow.org>
Fri, 7 Feb 2025 11:11:39 +0000 (12:11 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 10 Feb 2025 12:03:31 +0000 (13:03 +0100)
Add the recommended chassis-type root node property so userspace can
request the form factor and adjust their behavior accordingly.

Signed-off-by: Diederik de Haas <didi.debian@cknow.org>
Reviewed-by: Dragan Simic <dsimic@manjaro.org>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250207111157.297276-1-didi.debian@cknow.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3566-pinenote.dtsi

index 2d3ae15448224834a986b4018381e4fd6f40a5ea..3613661417b2c613275b7f1babbad3e74c156f82 100644 (file)
@@ -9,6 +9,8 @@
 #include "rk3566.dtsi"
 
 / {
+       chassis-type = "tablet";
+
        aliases {
                mmc0 = &sdhci;
        };