Re: [PATCH v2 2/2] arm64: dts: qcom: sm8650: Add initial Valve Deckard devicetree

From: Konrad Dybcio

Date: Wed Sep 23 2026 - 12:20:19 EST


On 9/23/26 6:11 PM, Neil Armstrong wrote:
> On 9/23/26 18:06, Konrad Dybcio wrote:
>> On 9/23/26 2:16 PM, Neil Armstrong wrote:
>>> Add an initial DeviceTree for the Valve "Steam Frame"
>>> codename Deckard. The Steam Frame is a virtual reality headset
>>> based on the Qualcomm Snapdragon 8 Gen 3 SoC (SM8650).
>>
>> [...]
>>
>>> +/ {
>>> +    model = "Valve Deckard";
>>> +    compatible = "valve,deckard", "qcom,sm8650";
>>
>> Sorry I missed this before, but you likely want
>>
>> chassis-type = "spectacles";
>
> I wondered what to set, but I don't think "spectacles" is correct.
>
> I was thinking proposing a new "headset" entry.

We can figure it out later. You'll want to extend this list:

https://github.com/devicetree-org/dt-schema/blob/main/dtschema/schemas/root-node.yaml#L21

Konrad