Skip to content

Commit c3639d4

Browse files
Rafał Miłeckivinodkoul
authored andcommitted
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 <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 30c280b commit c3639d4

File tree

1 file changed

+3
-16
lines changed

1 file changed

+3
-16
lines changed

Documentation/devicetree/bindings/phy/bcm-ns-usb2-phy.yaml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,8 @@ properties:
1818
const: brcm,ns-usb2-phy
1919

2020
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
3123

3224
brcm,syscon-clkset:
3325
description: phandle to syscon for clkset register
@@ -50,12 +42,7 @@ required:
5042
- clocks
5143
- clock-names
5244
- "#phy-cells"
53-
54-
oneOf:
55-
- required:
56-
- brcm,syscon-clkset
57-
- required:
58-
- reg-names
45+
- brcm,syscon-clkset
5946

6047
additionalProperties: false
6148

0 commit comments

Comments
 (0)