Skip to content

Commit

Permalink
arm64: dts: mediatek: mt6779: Remove syscon compatible from pin contr…
Browse files Browse the repository at this point in the history
…oller

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 <[email protected]>
Reviewed-by: AngeloGioacchino Del Regno <[email protected]>
Reviewed-by: Rob Herring <[email protected]>
Reviewed-by: Linus Walleij <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Matthias Brugger <[email protected]>
  • Loading branch information
Tooniis authored and mbgg committed Nov 8, 2022
1 parent 1d53a48 commit db962d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/mediatek/mt6779.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
};

pio: pinctrl@10005000 {
compatible = "mediatek,mt6779-pinctrl", "syscon";
compatible = "mediatek,mt6779-pinctrl";
reg = <0 0x10005000 0 0x1000>,
<0 0x11c20000 0 0x1000>,
<0 0x11d10000 0 0x1000>,
Expand Down

0 comments on commit db962d0

Please sign in to comment.