mirror of
https://github.com/torvalds/linux.git
synced 2024-11-07 20:51:47 +00:00
a1a57abaaf
Currently we claim that omap4-panda and omap4-panda-es are essentially the same, but they are not since PandaBoard-ES uses OMAP4460 and PandaBoard uses OMAP4430. So, split the common definition and make the model name available. Signed-off-by: Nishanth Menon <nm@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
17 lines
441 B
Plaintext
17 lines
441 B
Plaintext
/*
|
|
* Copyright (C) 2011 Texas Instruments Incorporated - http://www.ti.com/
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
/dts-v1/;
|
|
|
|
#include "omap443x.dtsi"
|
|
#include "omap4-panda-common.dtsi"
|
|
|
|
/ {
|
|
model = "TI OMAP4 PandaBoard";
|
|
compatible = "ti,omap4-panda", "ti,omap4430", "ti,omap4";
|
|
};
|