diff options
author | Andrew Davis <afd@ti.com> | 2023-02-16 18:33:38 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-03-28 10:20:42 +0300 |
commit | e341f338180c84cd98af3016cf5bcfde45a041fb (patch) | |
tree | c227730da40c6614c18a9962fe397931133d54fd /arch/arm/boot/dts/omap3-igep0030-rev-g.dts | |
parent | dae557a5af236af2785231410c1fcf09a4b31032 (diff) | |
download | linux-e341f338180c84cd98af3016cf5bcfde45a041fb.tar.xz |
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: Andrew Davis <afd@ti.com>
Message-Id: <20230216153339.19987-2-afd@ti.com>
[tony@atomide.com: updated comments for ti,omap3630 compatible]
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/boot/dts/omap3-igep0030-rev-g.dts')
-rw-r--r-- | arch/arm/boot/dts/omap3-igep0030-rev-g.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/omap3-igep0030-rev-g.dts b/arch/arm/boot/dts/omap3-igep0030-rev-g.dts index 8e9c12cf51a7..bc95a8df2e6a 100644 --- a/arch/arm/boot/dts/omap3-igep0030-rev-g.dts +++ b/arch/arm/boot/dts/omap3-igep0030-rev-g.dts @@ -10,7 +10,7 @@ / { 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 */ lbep5clwmc_wlen: regulator-lbep5clwmc-wlen { |