On 27.11.2023 13:27, Krzysztof Kozlowski wrote: > On 27/11/2023 12:10, Konrad Dybcio wrote: >> Add bindings for Qualcomm SM6115 Network-On-Chip interconnect. >> >> Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx> >> --- > ... > >> + >> +properties: >> + compatible: >> + enum: >> + - qcom,sm6115-bimc >> + - qcom,sm6115-cnoc >> + - qcom,sm6115-snoc >> + >> + reg: >> + maxItems: 1 >> + >> + clocks: >> + minItems: 1 >> + maxItems: 4 > > clock-names as well here. All of such arrays go together. Gah, forgot about this one. Will fix. Konrad