dt-bindings: bluetooth: realtek: Add missing max-speed
authorMaxime Ripard <maxime@cerno.tech>
Fri, 24 Sep 2021 07:27:54 +0000 (09:27 +0200)
committerRob Herring <robh@kernel.org>
Tue, 12 Oct 2021 14:05:34 +0000 (09:05 -0500)
commita9d2d57083b628709ffc4ef570b4f752715bba87
tree06e3af1ea00d77330bdbd64fd1ae893ba37d9105
parent88ffadce9d4cc14b04e7c21961a6ea9ceb9077e4
dt-bindings: bluetooth: realtek: Add missing max-speed

additionalProperties prevent any property not explicitly defined in the
binding to be used. Yet, some serial properties like max-speed are valid
and validated through the serial/serial.yaml binding.

Even though the ideal solution would be to use unevaluatedProperties
instead, it's not pratical due to the way the bus bindings have been
described. Let's add max-speed to remove the warning.

Cc: Alistair Francis <alistair@alistair23.me>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: netdev@vger.kernel.org
Cc: Vasily Khoruzhick <anarsoul@gmail.com>
Reviewed-by: Alistair Francis <alistair@alistair23.me>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210924072756.869731-2-maxime@cerno.tech
Documentation/devicetree/bindings/net/realtek-bluetooth.yaml