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

Commit c80e572c authored by Philip Avinash's avatar Philip Avinash Committed by Artem Bityutskiy
Browse files

mtd: devices: elm: Removes <xx> literals in elm DT node



As part of removing generalized dependency, replace <xx> literal fields
in DT compatible field with <52> for am335x platforms.

Signed-off-by: default avatarPhilip Avinash <avinashphilip@ti.com>
Acked-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
parent 26738ddb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Optional properties:

Example:
elm: elm@0 {
	compatible	= "ti,am33xx-elm";
	compatible = "ti,am3352-elm";
	reg = <0x48080000 0x2000>;
	interrupts = <4>;
};
+1 −1
Original line number Diff line number Diff line
@@ -380,7 +380,7 @@ static int elm_remove(struct platform_device *pdev)

#ifdef CONFIG_OF
static const struct of_device_id elm_of_match[] = {
	{ .compatible = "ti,am33xx-elm" },
	{ .compatible = "ti,am3352-elm" },
	{},
};
MODULE_DEVICE_TABLE(of, elm_of_match);