On 08/11/2022 13:18, Linus Walleij wrote:
On Fri, Oct 28, 2022 at 5:35 PM Yassine Oudjana
<yassine.oudjana@xxxxxxxxx> wrote:
From: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx>
Remove syscon compatible string from pin controller to follow
DT bindings and pass checks. Adding the syscon compatible to
the DT bindings documentation instead causes a different check
error due to the syscon document specifying a maximum of 1 item
in the reg property, while this has 9. This pin controller has
never been, and will never be, used as a syscon, hence it is
safe to drop this compatible.
Signed-off-by: Yassine Oudjana <y.oudjana@xxxxxxxxxxxxxx>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@xxxxxxxxxxxxx>
Reviewed-by: Rob Herring <robh@xxxxxxxxxx>
Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
Applied, thanks.