Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: phy: bcm-ns-usb2-phy: drop deprecated variant

The old binding variant (the one covering whole DMU block) was
deprecated 3 years ago. Linux kernel was warning when using it for
similar amount of time.

There aren't any known Northstar devices with bootloader providing DT to
operating system. Actually OpenWrt seems to be the only project using
this binding and it always appends DTB to kernel. It has switched to the
non-deprecated binding years ago.

Given there is close to zero chance this breaks anyone's setup it should
more than safe to drop this binding variant after 3 years.

Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20240913044557.28315-1-zajec5@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Rafał Miłecki and committed by
Vinod Koul
c3639d42 30c280bc

+3 -16
+3 -16
Documentation/devicetree/bindings/phy/bcm-ns-usb2-phy.yaml
··· 18 18 const: brcm,ns-usb2-phy 19 19 20 20 reg: 21 - anyOf: 22 - - maxItems: 1 23 - description: PHY control register 24 - - maxItems: 1 25 - description: iomem address range of DMU (Device Management Unit) 26 - deprecated: true 27 - 28 - reg-names: 29 - items: 30 - - const: dmu 21 + maxItems: 1 22 + description: PHY control register 31 23 32 24 brcm,syscon-clkset: 33 25 description: phandle to syscon for clkset register ··· 42 50 - clocks 43 51 - clock-names 44 52 - "#phy-cells" 45 - 46 - oneOf: 47 - - required: 48 - - brcm,syscon-clkset 49 - - required: 50 - - reg-names 53 + - brcm,syscon-clkset 51 54 52 55 additionalProperties: false 53 56