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

Commit f75b203d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "serial: tty: msm_hs_uart: Fix the compat table"

parents 1cf4a80f ce54c400
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -259,8 +259,8 @@ struct msm_hs_port {
};

static struct of_device_id msm_hs_match_table[] = {
	{ .compatible = "qcom,msm-hsuart-v14",
	},
	{ .compatible = "qcom,msm-hsuart-v14"},
	{}
};


+1 −1
Original line number Diff line number Diff line
@@ -150,7 +150,7 @@ static const unsigned int regmap[][UARTDM_LAST] = {

static struct of_device_id msm_hsl_match_table[] = {
	{	.compatible = "qcom,msm-lsuart-v14",
		.data = (void *)UARTDM_VERSION_14
		.data = (void *)UARTDM_VERSION_14,
	},
	{}
};