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
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