Commit 263b39bc authored by Arnaud Ferraris's avatar Arnaud Ferraris Committed by Heiko Stuebner

arm64: dts: rockchip: add 'chassis-type' property

A new 'chassis-type' root node property has recently been approved for
the device-tree specification, in order to provide a simple way for
userspace to detect the device form factor and adjust their behavior
accordingly.

This patch fills in this property for end-user devices (such as laptops,
smartphones and tablets) based on Rockchip ARM64 processors.
Signed-off-by: default avatarArnaud Ferraris <arnaud.ferraris@collabora.com>
Link: https://lore.kernel.org/r/20211016102025.23346-5-arnaud.ferraris@collabora.comSigned-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent b394e70c
......@@ -16,6 +16,7 @@ / {
"google,bob-rev7", "google,bob-rev6",
"google,bob-rev5", "google,bob-rev4",
"google,bob", "google,gru", "rockchip,rk3399";
chassis-type = "convertible";
edp_panel: edp-panel {
compatible = "boe,nv101wxmn51";
......
......@@ -24,6 +24,7 @@ / {
"google,kevin-rev9", "google,kevin-rev8",
"google,kevin-rev7", "google,kevin-rev6",
"google,kevin", "google,gru", "rockchip,rk3399";
chassis-type = "convertible";
/* Power tree */
......
......@@ -8,6 +8,8 @@
#include "rk3399-gru.dtsi"
/{
chassis-type = "tablet";
/* Power tree */
/* ppvar_sys children, sorted by name */
......
......@@ -17,6 +17,7 @@
/ {
model = "Pine64 Pinebook Pro";
compatible = "pine64,pinebook-pro", "rockchip,rk3399";
chassis-type = "laptop";
aliases {
mmc0 = &sdio0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment