diff options
| author | Andreas Kemnade <[email protected]> | 2023-10-04 08:53:23 +0200 |
|---|---|---|
| committer | Tony Lindgren <[email protected]> | 2023-10-07 09:58:31 +0300 |
| commit | aff781536c64fcaaefd303f9cdfbf29804319c8a (patch) | |
| tree | 34f2967700af0290526a55a42e2e58e511f9bf25 | |
| parent | cc284742c2f3aed75c77bab35f4a2eecdd0469e9 (diff) | |
ARM: dts: omap3-gta04: Drop superfluous omap36xx compatible
Drop omap36xx compatible as done in other omap3630 devices.
This has apparently fallen through the lattice.
Signed-off-by: Andreas Kemnade <[email protected]>
Message-ID: <[email protected]>
Signed-off-by: Tony Lindgren <[email protected]>
| -rw-r--r-- | arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi b/arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi index b6b27e93857f..3661340009e7 100644 --- a/arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi +++ b/arch/arm/boot/dts/ti/omap/omap3-gta04.dtsi @@ -11,7 +11,7 @@ / { model = "OMAP3 GTA04"; - compatible = "goldelico,gta04", "ti,omap3630", "ti,omap36xx", "ti,omap3"; + compatible = "goldelico,gta04", "ti,omap3630", "ti,omap3"; cpus { cpu@0 { cpu0-supply = <&vcc>; |