[PATCH] dt-bindings: display: mediatek: Compatible list cleanup

2023-03-02 Thread Yassine Oudjana
From: Yassine Oudjana Several DT bindings of MediaTek display blocks make unnecessary use of "oneOf" and "items", and have some enums with only 1 element. Remove unnecessary "oneOf" and "items", and replace enums that have 1 element with "const". Signed-off-by: Yassine Oudjana --- .../bindi

Re: [PATCH] dt-bindings: display: mediatek: Compatible list cleanup

2023-03-02 Thread Krzysztof Kozlowski
On 02/03/2023 14:35, Yassine Oudjana wrote: > From: Yassine Oudjana > > Several DT bindings of MediaTek display blocks make unnecessary use of > "oneOf" and "items", and have some enums with only 1 element. Remove > unnecessary "oneOf" and "items", and replace enums that have 1 element > with "co