Skip to content

Commit ea07a47

Browse files
trinikhilman
authored andcommitted
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: a1a57ab ("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>
1 parent a4ec13e commit ea07a47

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

arch/arm/boot/dts/ti/omap/omap4-panda-a4.dts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
#include "omap443x.dtsi"
88
#include "omap4-panda-common.dtsi"
99

10+
/ {
11+
model = "TI OMAP4 PandaBoard (A4)";
12+
compatible = "ti,omap4-panda-a4", "ti,omap4-panda", "ti,omap4430", "ti,omap4";
13+
};
14+
1015
/* Pandaboard Rev A4+ have external pullups on SCL & SDA */
1116
&dss_hdmi_pins {
1217
pinctrl-single,pins = <

0 commit comments

Comments
 (0)