Message ID | 20240314-for-mediatek-mt7531-phy-address-v1-0-52f58db01acd@arinc9.com (mailing list archive) |
---|---|
Headers | show |
Series | Set PHY address of MT7531 switch to 0x1f on MediaTek arm64 boards | expand |
On Thu, 14 Mar 2024 15:20:03 +0300, Arınç ÜNAL wrote: > Hello. > > This is a small patch series setting the PHY address of MT7531 to 0x1f on > all boards that have the switch. > > Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> > --- > Arınç ÜNAL (2): > arm64: dts: mediatek: mt7622: set PHY address of MT7531 switch to 0x1f > arm64: dts: mediatek: mt7986: set PHY address of MT7531 switch to 0x1f > > arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts | 4 ++-- > arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 4 ++-- > arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 4 ++-- > arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 4 ++-- > arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 4 ++-- > 5 files changed, 10 insertions(+), 10 deletions(-) > --- > base-commit: ba90af39ba57b3fe3ecfdba0c87a80d20c7b788d > change-id: 20240314-for-mediatek-mt7531-phy-address-9d0b4cfeca21 > > Best regards, > -- > Arınç ÜNAL <arinc.unal@arinc9.com> > > My bot found new DTB warnings on the .dts files added or changed in this series. Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings are fixed by another series. Ultimately, it is up to the platform maintainer whether these warnings are acceptable or not. No need to reply unless the platform maintainer has comments. If you already ran DT checks and didn't see these error(s), then make sure dt-schema is up to date: pip3 install dtschema --upgrade New warnings running 'make CHECK_DTBS=y mediatek/mt7622-bananapi-bpi-r64.dtb mediatek/mt7622-rfb1.dtb mediatek/mt7986a-bananapi-bpi-r3.dtb mediatek/mt7986a-rfb.dtb mediatek/mt7986b-rfb.dtb' for 20240314-for-mediatek-mt7531-phy-address-v1-0-52f58db01acd@arinc9.com: arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dtb: switch@1f: 'interrupts' is a dependency of 'interrupt-controller' from schema $id: http://devicetree.org/schemas/net/dsa/mediatek,mt7530.yaml# arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dtb: switch@1f: 'interrupts' is a dependency of 'interrupt-controller' from schema $id: http://devicetree.org/schemas/net/dsa/mediatek,mt7530.yaml#
On 14.03.2024 15:20, Arınç ÜNAL via B4 Relay wrote: > Hello. > > This is a small patch series setting the PHY address of MT7531 to 0x1f > on > all boards that have the switch. > > Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> > --- > Arınç ÜNAL (2): > arm64: dts: mediatek: mt7622: set PHY address of MT7531 switch > to 0x1f > arm64: dts: mediatek: mt7986: set PHY address of MT7531 switch > to 0x1f > > arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts | 4 ++-- > arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 4 ++-- > arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 4 ++-- > arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 4 ++-- > arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 4 ++-- > 5 files changed, 10 insertions(+), 10 deletions(-) > --- > base-commit: ba90af39ba57b3fe3ecfdba0c87a80d20c7b788d > change-id: 20240314-for-mediatek-mt7531-phy-address-9d0b4cfeca21 > > Best regards, Reminder that this patch series is waiting. Arınç
On 31.03.2024 12:28, arinc.unal@arinc9.com wrote: > On 14.03.2024 15:20, Arınç ÜNAL via B4 Relay wrote: >> Hello. >> >> This is a small patch series setting the PHY address of MT7531 to 0x1f on >> all boards that have the switch. >> >> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> >> --- >> Arınç ÜNAL (2): >> arm64: dts: mediatek: mt7622: set PHY address of MT7531 switch to 0x1f >> arm64: dts: mediatek: mt7986: set PHY address of MT7531 switch to 0x1f >> >> arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts | 4 ++-- >> arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 4 ++-- >> arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 4 ++-- >> arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 4 ++-- >> arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 4 ++-- >> 5 files changed, 10 insertions(+), 10 deletions(-) >> --- >> base-commit: ba90af39ba57b3fe3ecfdba0c87a80d20c7b788d >> change-id: 20240314-for-mediatek-mt7531-phy-address-9d0b4cfeca21 >> >> Best regards, > > Reminder that this patch series is waiting. Another reminder that this patch series is waiting to be applied. Arınç
On 08/04/2024 10:22, Arınç ÜNAL wrote: > On 31.03.2024 12:28, arinc.unal@arinc9.com wrote: >> On 14.03.2024 15:20, Arınç ÜNAL via B4 Relay wrote: >>> Hello. >>> >>> This is a small patch series setting the PHY address of MT7531 to 0x1f on >>> all boards that have the switch. >>> >>> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> >>> --- >>> Arınç ÜNAL (2): >>> arm64: dts: mediatek: mt7622: set PHY address of MT7531 switch to 0x1f >>> arm64: dts: mediatek: mt7986: set PHY address of MT7531 switch to 0x1f >>> >>> arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts | 4 ++-- >>> arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 4 ++-- >>> arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 4 ++-- >>> arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 4 ++-- >>> arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 4 ++-- >>> 5 files changed, 10 insertions(+), 10 deletions(-) >>> --- >>> base-commit: ba90af39ba57b3fe3ecfdba0c87a80d20c7b788d >>> change-id: 20240314-for-mediatek-mt7531-phy-address-9d0b4cfeca21 >>> >>> Best regards, >> >> Reminder that this patch series is waiting. > > Another reminder that this patch series is waiting to be applied. Here's the third reminder for someone to apply this. From now on, I am going to reply to this thread once every day until this patch series is applied. Arınç
On 23.04.2024 12:16, Arınç ÜNAL wrote: > On 08/04/2024 10:22, Arınç ÜNAL wrote: >> On 31.03.2024 12:28, arinc.unal@arinc9.com wrote: >>> On 14.03.2024 15:20, Arınç ÜNAL via B4 Relay wrote: >>>> Hello. >>>> >>>> This is a small patch series setting the PHY address of MT7531 to 0x1f on >>>> all boards that have the switch. >>>> >>>> Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> >>>> --- >>>> Arınç ÜNAL (2): >>>> arm64: dts: mediatek: mt7622: set PHY address of MT7531 switch to 0x1f >>>> arm64: dts: mediatek: mt7986: set PHY address of MT7531 switch to 0x1f >>>> >>>> arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts | 4 ++-- >>>> arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 4 ++-- >>>> arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 4 ++-- >>>> arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 4 ++-- >>>> arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 4 ++-- >>>> 5 files changed, 10 insertions(+), 10 deletions(-) >>>> --- >>>> base-commit: ba90af39ba57b3fe3ecfdba0c87a80d20c7b788d >>>> change-id: 20240314-for-mediatek-mt7531-phy-address-9d0b4cfeca21 >>>> >>>> Best regards, >>> >>> Reminder that this patch series is waiting. >> >> Another reminder that this patch series is waiting to be applied. > > Here's the third reminder for someone to apply this. From now on, I am > going to reply to this thread once every day until this patch series is > applied. Fourth. Arınç
Hello. This is a small patch series setting the PHY address of MT7531 to 0x1f on all boards that have the switch. Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com> --- Arınç ÜNAL (2): arm64: dts: mediatek: mt7622: set PHY address of MT7531 switch to 0x1f arm64: dts: mediatek: mt7986: set PHY address of MT7531 switch to 0x1f arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts | 4 ++-- arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 4 ++-- arch/arm64/boot/dts/mediatek/mt7986a-bananapi-bpi-r3.dts | 4 ++-- arch/arm64/boot/dts/mediatek/mt7986a-rfb.dts | 4 ++-- arch/arm64/boot/dts/mediatek/mt7986b-rfb.dts | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) --- base-commit: ba90af39ba57b3fe3ecfdba0c87a80d20c7b788d change-id: 20240314-for-mediatek-mt7531-phy-address-9d0b4cfeca21 Best regards,