6d28bc945d
Add the chassis-type property to arm32 Qualcomm watches, phones and tablets. Signed-off-by: Luca Weiss <luca@z3ntu.xyz> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220924154422.9896-1-luca@z3ntu.xyz
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
#include "qcom-msm8974-sony-xperia-rhine.dtsi"
|
|
|
|
/ {
|
|
model = "Sony Xperia Z1";
|
|
compatible = "sony,xperia-honami", "qcom,msm8974";
|
|
chassis-type = "handset";
|
|
};
|