Skip to content

Commit

Permalink
VGV952CJW33-E-IR: Enable (magic) register init for rtl8367b.
Browse files Browse the repository at this point in the history
Value found on source code drop:
package/infineon-utilities/feeds/ifx_feeds_uboot/open_uboot/src.904dsl/drivers/net/vr9_sw.c
  • Loading branch information
Quallenauge committed Aug 6, 2020
1 parent ed86f89 commit 003f288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions target/linux/generic/files/drivers/net/phy/rtl8367b.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ static const struct rtl8367b_initval rtl8367rb_initvals[] = {
{0x2206, 0x66E0}, {0x2206, 0x8E70}, {0x2206, 0xE076}, {0x2205, 0xE142},
{0x2206, 0x0701}, {0x2205, 0xE140}, {0x2206, 0x0405}, {0x220F, 0x0000},
{0x221F, 0x0000}, {0x2200, 0x1340}, {0x133E, 0x000E}, {0x133F, 0x0010},
{0x13EB, 0x11BB}
{0x13EB, 0x11BB}, {0x13E0, 0x0010}
};

static const struct rtl8367b_initval rtl8367r_vb_initvals[] = {
Expand Down Expand Up @@ -602,7 +602,7 @@ static const struct rtl8367b_initval rtl8367r_vb_initvals[] = {
{0x2206, 0x0405}, {0x220F, 0x0000}, {0x221F, 0x0000}, {0x133E, 0x000E},
{0x133F, 0x0010}, {0x13EB, 0x11BB}, {0x207F, 0x0002}, {0x2073, 0x1D22},
{0x207F, 0x0000}, {0x133F, 0x0030}, {0x133E, 0x000E}, {0x2200, 0x1340},
{0x133E, 0x000E}, {0x133F, 0x0010},
{0x133E, 0x000E}, {0x133F, 0x0010}, {0x13E0, 0x0010}
};

static int rtl8367b_write_initvals(struct rtl8366_smi *smi,
Expand Down

0 comments on commit 003f288

Please sign in to comment.