Re: [PATCH 2/2] net: dsa: sja1105: fix device id detection

2022-01-15 Thread Ramon Fried
On Sat, Jan 15, 2022 at 6:48 PM Ramon Fried wrote: > > On Sun, Dec 5, 2021 at 1:01 AM Vladimir Oltean > wrote: > > > > The sja1105_check_device_id() function contains logic to work without > > changing the device tree on reworked boards, one of which I have (the > > NXP LS1021A-TSN normally has

Re: [PATCH 2/2] net: dsa: sja1105: fix device id detection

2022-01-15 Thread Ramon Fried
On Sun, Dec 5, 2021 at 1:01 AM Vladimir Oltean wrote: > > The sja1105_check_device_id() function contains logic to work without > changing the device tree on reworked boards, one of which I have (the > NXP LS1021A-TSN normally has a SJA1105T, but I have a version with a > resoldered SJA1105Q

[PATCH 2/2] net: dsa: sja1105: fix device id detection

2021-12-04 Thread Vladimir Oltean
The sja1105_check_device_id() function contains logic to work without changing the device tree on reworked boards, one of which I have (the NXP LS1021A-TSN normally has a SJA1105T, but I have a version with a resoldered SJA1105Q which is pin compatible). This logic is taken from the Linux driver.