mbox series

[0/2] armada-3720-turris-mox and orion-mdio

Message ID 20220516224801.1656752-1-chris.packham@alliedtelesis.co.nz (mailing list archive)
Headers show
Series armada-3720-turris-mox and orion-mdio | expand

Message

Chris Packham May 16, 2022, 10:47 p.m. UTC
This is a follow up to the change that converted the orion-mdio dt-binding from
txt to DT schema format. At the time I thought the binding needed
'unevaluatedProperties: false' because the core mdio.yaml binding didn't handle
the DSA switches. In reality it was simply the invalid reg property causing the
downstream nodes to be unevaluated. Fixing the reg nodes means we can set
'unevaluatedProperties: true'

Marek,

I don't know if you had a change for the reg properties in flight. I didn't see
anything on lore/lkml so sorry if this crosses with something you've done.

Chris Packham (2):
  arm64: dts: armada-3720-turris-mox: Correct reg property for mdio
    devices
  dt-bindings: net: marvell,orion-mdio: Set unevaluatedProperties to
    false

 .../devicetree/bindings/net/marvell,orion-mdio.yaml  |  2 +-
 .../boot/dts/marvell/armada-3720-turris-mox.dts      | 12 ++++++------
 2 files changed, 7 insertions(+), 7 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org May 18, 2022, 12:10 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Tue, 17 May 2022 10:47:59 +1200 you wrote:
> This is a follow up to the change that converted the orion-mdio dt-binding from
> txt to DT schema format. At the time I thought the binding needed
> 'unevaluatedProperties: false' because the core mdio.yaml binding didn't handle
> the DSA switches. In reality it was simply the invalid reg property causing the
> downstream nodes to be unevaluated. Fixing the reg nodes means we can set
> 'unevaluatedProperties: true'
> 
> [...]

Here is the summary with links:
  - [1/2] arm64: dts: armada-3720-turris-mox: Correct reg property for mdio devices
    https://git.kernel.org/netdev/net-next/c/9fd914bb05c2
  - [2/2] dt-bindings: net: marvell,orion-mdio: Set unevaluatedProperties to false
    https://git.kernel.org/netdev/net-next/c/32d0efabeec0

You are awesome, thank you!