diff options
| author | Tom Rini <trini@konsulko.com> | 2025-01-23 20:49:01 +0300 |
|---|---|---|
| committer | Kevin Hilman <khilman@baylibre.com> | 2025-02-06 03:26:34 +0300 |
| commit | ea07a4775df03852c353514b5b7646a17bd425be (patch) | |
| tree | 336adc6e96626fb9074f28727c1f9e1d53bbf235 | |
| parent | a4ec13e6101ea750b17dc23f49f21d3f57623099 (diff) | |
| download | linux-ea07a4775df03852c353514b5b7646a17bd425be.tar.xz | |
ARM: dts: omap4-panda-a4: Add missing model and compatible properties
When moving the model and compatible properties out of the common
Pandaboard files and in to the specific boards, the omap4-panda-a4
file wasn't updated as well and so has lacked a model and compatible
entry ever since.
Fixes: a1a57abaaf82 ("ARM: dts: omap4-panda: Fix model and SoC family details")
Signed-off-by: Tom Rini <trini@konsulko.com>
Link: https://lore.kernel.org/r/20250123174901.1182176-2-trini@konsulko.com
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
| -rw-r--r-- | arch/arm/boot/dts/ti/omap/omap4-panda-a4.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/ti/omap/omap4-panda-a4.dts b/arch/arm/boot/dts/ti/omap/omap4-panda-a4.dts index 8fd076e5d1b0..4b8bfd0188ad 100644 --- a/arch/arm/boot/dts/ti/omap/omap4-panda-a4.dts +++ b/arch/arm/boot/dts/ti/omap/omap4-panda-a4.dts @@ -7,6 +7,11 @@ #include "omap443x.dtsi" #include "omap4-panda-common.dtsi" +/ { + model = "TI OMAP4 PandaBoard (A4)"; + compatible = "ti,omap4-panda-a4", "ti,omap4-panda", "ti,omap4430", "ti,omap4"; +}; + /* Pandaboard Rev A4+ have external pullups on SCL & SDA */ &dss_hdmi_pins { pinctrl-single,pins = < |
