ramips: add rlt8366s initvals to the F5D8235 V1 DTS
Before this change only port 4 of F5D8235 V1 worked at 1000Mpbs. Comparing the current driver with the GPL_BELKIN_F5D8235-4_v1000 v1.01.24 sources showed that additional steps are required to set-up the rlt8366s switch correctly. Signed-off-by: Tobias Wolf <github-NTEO@vplace.de>
This commit is contained in:
parent
30494598f8
commit
d43046e0f6
1 changed files with 39 additions and 0 deletions
|
@ -51,6 +51,45 @@
|
||||||
compatible = "realtek,rtl8366s";
|
compatible = "realtek,rtl8366s";
|
||||||
gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>;
|
gpio-sda = <&gpio0 1 GPIO_ACTIVE_HIGH>;
|
||||||
gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
|
gpio-sck = <&gpio0 2 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
||||||
|
realtek,initvals = <
|
||||||
|
0x0242 0x02BF
|
||||||
|
0x0245 0x02BF
|
||||||
|
0x0248 0x02BF
|
||||||
|
0x024B 0x02BF
|
||||||
|
0x024E 0x02BF
|
||||||
|
0x0251 0x02BF
|
||||||
|
0x0254 0x0A3F
|
||||||
|
0x0256 0x0A3F
|
||||||
|
0x0258 0x0A3F
|
||||||
|
0x025A 0x0A3F
|
||||||
|
0x025C 0x0A3F
|
||||||
|
0x025E 0x0A3F
|
||||||
|
0x0263 0x007C
|
||||||
|
0x0100 0x0004
|
||||||
|
0xBE5B 0x3500
|
||||||
|
0x800E 0x200F
|
||||||
|
0xBE1D 0x0F00
|
||||||
|
0x8001 0x5011
|
||||||
|
0x800A 0xA2F4
|
||||||
|
0x800B 0x17A3
|
||||||
|
0xBE4B 0x17A3
|
||||||
|
0xBE41 0x5011
|
||||||
|
0xBE17 0x2100
|
||||||
|
0x8000 0x8304
|
||||||
|
0xBE40 0x8304
|
||||||
|
0xBE4A 0xA2F4
|
||||||
|
0x800C 0xA8D5
|
||||||
|
0x8014 0x5500
|
||||||
|
0x8015 0x0004
|
||||||
|
0xBE4C 0xA8D5
|
||||||
|
0xBE59 0x0008
|
||||||
|
0xBE09 0x0E00
|
||||||
|
0xBE36 0x1036
|
||||||
|
0xBE37 0x1036
|
||||||
|
0x800D 0x00FF
|
||||||
|
0xBE4D 0x00FF
|
||||||
|
>;
|
||||||
};
|
};
|
||||||
|
|
||||||
gpio-keys-polled {
|
gpio-keys-polled {
|
||||||
|
|
Loading…
Reference in a new issue