[PATCH 4/4] dt-bindings: display: bridge: renesas, dsi-csi2-tx: Allow panel@ subnode

Marek Vasut marek.vasut at mailbox.org
Thu Sep 4 14:03:03 PDT 2025


On 9/4/25 10:23 PM, Dmitry Baryshkov wrote:

[...]

>> @@ -80,14 +83,14 @@ required:
>>     - resets
>>     - ports
>>   
>> -additionalProperties: false
>> +unevaluatedProperties: false
>>   
>>   examples:
>>     - |
>>       #include <dt-bindings/clock/r8a779a0-cpg-mssr.h>
>>       #include <dt-bindings/power/r8a779a0-sysc.h>
>>   
>> -    dsi0: dsi-encoder at fed80000 {
>> +    dsi0: dsi at fed80000 {
> 
> As you are touching this, you can drop the label too.
> 
>>           compatible = "renesas,r8a779a0-dsi-csi2-tx";
>>           reg = <0xfed80000 0x10000>;
>>           power-domains = <&sysc R8A779A0_PD_ALWAYS_ON>;
>> @@ -117,4 +120,50 @@ examples:
>>               };
>>           };
>>       };
>> +
>> +  - |
>> +    #include <dt-bindings/clock/r8a779g0-cpg-mssr.h>
>> +    #include <dt-bindings/power/r8a779g0-sysc.h>
>> +
>> +    dsi1: dsi at fed80000 {
> 
> No need for the label (dsi1:)
Both fixed in V2, thanks.



More information about the linux-arm-kernel mailing list