mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
use correct type u32 for pll init table
This commit is contained in:
parent
28a2aaa653
commit
1a80437b98
@ -414,15 +414,15 @@ static int mod_write_max2871(struct ddb *dev, u32 val)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static u8 max2871_fsm[6] = {
|
static u32 max2871_fsm[6] = {
|
||||||
0x00730040, 0x600080A1, 0x510061C2, 0x010000CB, 0x6199003C, 0x60440005,
|
0x00730040, 0x600080A1, 0x510061C2, 0x010000CB, 0x6199003C, 0x60440005,
|
||||||
};
|
};
|
||||||
|
|
||||||
static u8 max2871_sdr[6] = {
|
static u32 max2871_sdr[6] = {
|
||||||
0x007A8098, 0x600080C9, 0x510061C2, 0x010000CB, 0x6199003C, 0x60440005
|
0x007A8098, 0x600080C9, 0x510061C2, 0x010000CB, 0x6199003C, 0x60440005
|
||||||
};
|
};
|
||||||
|
|
||||||
static int mod_setup_max2871_2(struct ddb *dev, u8 *reg)
|
static int mod_setup_max2871_2(struct ddb *dev, u32 *reg)
|
||||||
{
|
{
|
||||||
int status = 0;
|
int status = 0;
|
||||||
int i, j;
|
int i, j;
|
||||||
|
Loading…
Reference in New Issue
Block a user