X-Git-Url: https://git.ti.com/gitweb?p=sitara-epos%2Fsitara-epos-kernel.git;a=blobdiff_plain;f=arch%2Farm%2Fmach-omap2%2Finclude%2Fmach%2Fboard-am335xevm.h;h=a8fe93a223d01cf9d13b0d6549f1d57b64319406;hp=fae17511a5d0550670e55ef79f348db97902ce2d;hb=06b2d14954e0d9332490413cb9fb377b1c988480;hpb=86deec46e0d6d23797cc4f0dc8f1619264558e93 diff --git a/arch/arm/mach-omap2/include/mach/board-am335xevm.h b/arch/arm/mach-omap2/include/mach/board-am335xevm.h index fae17511a5d0..a8fe93a223d0 100644 --- a/arch/arm/mach-omap2/include/mach/board-am335xevm.h +++ b/arch/arm/mach-omap2/include/mach/board-am335xevm.h @@ -23,7 +23,9 @@ #define LOW_COST_EVM 0 #define GEN_PURP_EVM 1 #define IND_AUT_MTR_EVM 2 -#define IP_PHN_EVM 3 +#define IP_PHN_EVM 3 +#define BEAGLE_BONE_OLD 4 +#define BEAGLE_BONE_A3 5 /* REVIST : check posibility of PROFILE_(x) syntax usage */ #define PROFILE_NONE -1 /* Few EVM doesn't have profiles */ @@ -40,5 +42,6 @@ void am33xx_evmid_fillup(unsigned int evmid); void am33xx_cpsw_macidfillup(char *eeprommacid0, char *eeprommacid1); void am33xx_cpsw_init(unsigned int gigen); +void am33xx_d_can_init(unsigned int instance); #endif