Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6b09a834 authored by Lee Jones's avatar Lee Jones Committed by Linus Walleij
Browse files

pinctrl/nomadik: Standardise Pinctrl compat string for DBx5x based platforms

parent 79d1d62c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2108,11 +2108,11 @@ static const struct of_device_id nmk_pinctrl_match[] = {
		.data = (void *)PINCTRL_NMK_STN8815,
	},
	{
		.compatible = "stericsson,nmk-pinctrl",
		.compatible = "stericsson,db8500-pinctrl",
		.data = (void *)PINCTRL_NMK_DB8500,
	},
	{
		.compatible = "stericsson,nmk-pinctrl-db8540",
		.compatible = "stericsson,db8540-pinctrl",
		.data = (void *)PINCTRL_NMK_DB8540,
	},
	{},