Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3506f277 authored by Ben Gardiner's avatar Ben Gardiner Committed by Kevin Hilman
Browse files

da850-evm, trivial: use da850_evm prefix for consistency



There was a single case of 'da850evm' prefix in the board-da850-evm.c file
where the reset of the prefixes were 'da850_evm'; change it to 'da850_evm' for
consistency.

Signed-off-by: default avatarBen Gardiner <bengardiner@nanometrics.ca>
Acked-by: default avatarSekhar Nori <nsekhar@ti.com>
Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent d5539ca0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -591,7 +591,7 @@ static struct tps6507x_board tps_board = {
	.tps6507x_ts_init_data = &tps6507x_touchscreen_data,
};

static struct i2c_board_info __initdata da850evm_tps65070_info[] = {
static struct i2c_board_info __initdata da850_evm_tps65070_info[] = {
	{
		I2C_BOARD_INFO("tps6507x", 0x48),
		.platform_data = &tps_board,
@@ -600,8 +600,8 @@ static struct i2c_board_info __initdata da850evm_tps65070_info[] = {

static int __init pmic_tps65070_init(void)
{
	return i2c_register_board_info(1, da850evm_tps65070_info,
					ARRAY_SIZE(da850evm_tps65070_info));
	return i2c_register_board_info(1, da850_evm_tps65070_info,
					ARRAY_SIZE(da850_evm_tps65070_info));
}

static const short da850_evm_lcdc_pins[] = {