]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: phy: qca807x: Drop unnecessary and broken DT validation
authorRob Herring (Arm) <robh@kernel.org>
Wed, 31 Jul 2024 20:17:03 +0000 (14:17 -0600)
committerJakub Kicinski <kuba@kernel.org>
Fri, 2 Aug 2024 01:12:42 +0000 (18:12 -0700)
commit46e6acfe3501fa938af9c5bd730f0020235b08a2
treeb3f8ec26360b89371ec56d830df910202721520f
parent5fcf0801ef5c8adb785520f16b4a1faa8c4ac147
net: phy: qca807x: Drop unnecessary and broken DT validation

The check for "leds" and "gpio-controller" both being present is never
true because "leds" is a node, not a property. This could be fixed
with a check for child node, but there's really no need for the kernel
to validate a DT. Just continue ignoring the LEDs if GPIOs are present.

Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20240731201703.1842022-2-robh@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/qcom/qca807x.c