Commit e341f338 authored by Andrew Davis's avatar Andrew Davis Committed by Tony Lindgren
Browse files

ARM: dts: omap: Drop ti,omap36xx compatible



This was not matched anywhere and provides no additional information. The
driver code already checks also for "ti,omap3630" compatible.

Signed-off-by: default avatarAndrew Davis <afd@ti.com>
Message-Id: <20230216153339.19987-2-afd@ti.com>
[tony@atomide.com: updated comments for ti,omap3630 compatible]
Signed-off-by: default avatarTony Lindgren <tony@atomide.com>
parent dae557a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -8,7 +8,7 @@


/ {
/ {
	model = "TI OMAP3 BeagleBoard xM";
	model = "TI OMAP3 BeagleBoard xM";
	compatible = "ti,omap3-beagle-xm", "ti,omap3630", "ti,omap36xx", "ti,omap3";
	compatible = "ti,omap3-beagle-xm", "ti,omap3630", "ti,omap3";


	cpus {
	cpus {
		cpu@0 {
		cpu@0 {
+1 −1
Original line number Original line Diff line number Diff line
@@ -9,7 +9,7 @@


/ {
/ {
	model = "CompuLab CM-T3730";
	model = "CompuLab CM-T3730";
	compatible = "compulab,omap3-cm-t3730", "ti,omap3630", "ti,omap36xx", "ti,omap3";
	compatible = "compulab,omap3-cm-t3730", "ti,omap3630", "ti,omap3";


	wl12xx_vmmc2: wl12xx_vmmc2 {
	wl12xx_vmmc2: wl12xx_vmmc2 {
		compatible = "regulator-fixed";
		compatible = "regulator-fixed";
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@


/ {
/ {
	model = "IGEPv2 Rev. F (TI OMAP AM/DM37x)";
	model = "IGEPv2 Rev. F (TI OMAP AM/DM37x)";
	compatible = "isee,omap3-igep0020-rev-f", "ti,omap3630", "ti,omap36xx", "ti,omap3";
	compatible = "isee,omap3-igep0020-rev-f", "ti,omap3630", "ti,omap3";


	/* Regulator to trigger the WL_EN signal of the Wifi module */
	/* Regulator to trigger the WL_EN signal of the Wifi module */
	lbep5clwmc_wlen: regulator-lbep5clwmc-wlen {
	lbep5clwmc_wlen: regulator-lbep5clwmc-wlen {
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@


/ {
/ {
	model = "IGEPv2 Rev. C (TI OMAP AM/DM37x)";
	model = "IGEPv2 Rev. C (TI OMAP AM/DM37x)";
	compatible = "isee,omap3-igep0020", "ti,omap3630", "ti,omap36xx", "ti,omap3";
	compatible = "isee,omap3-igep0020", "ti,omap3630", "ti,omap3";


	vmmcsdio_fixed: fixedregulator-mmcsdio {
	vmmcsdio_fixed: fixedregulator-mmcsdio {
		compatible = "regulator-fixed";
		compatible = "regulator-fixed";
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@


/ {
/ {
	model = "IGEP COM MODULE Rev. G (TI OMAP AM/DM37x)";
	model = "IGEP COM MODULE Rev. G (TI OMAP AM/DM37x)";
	compatible = "isee,omap3-igep0030-rev-g", "ti,omap3630", "ti,omap36xx", "ti,omap3";
	compatible = "isee,omap3-igep0030-rev-g", "ti,omap3630", "ti,omap3";


	/* Regulator to trigger the WL_EN signal of the Wifi module */
	/* Regulator to trigger the WL_EN signal of the Wifi module */
	lbep5clwmc_wlen: regulator-lbep5clwmc-wlen {
	lbep5clwmc_wlen: regulator-lbep5clwmc-wlen {
Loading