Skip to content

Commit ea2b1a4

Browse files
robherringffainelli
authored andcommitted
arm64: dts: broadcom: Remove unused and undocumented nodes
The "silabs,si3226x" and "brcm,bdc-v0.16" nodes have no documentation and no driver in the kernel, so remove them. They can be added back with proper documentation if there is a need for them. Note that if both USB ports have similar memory maps in relationship to their USB PHY nodes, it looks like the device controller should have been at 0x12000, not 0x21000? Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Link: https://lore.kernel.org/r/20260106-dt-dtbs-broadcom-fixes-v1-4-ba45874e4553@kernel.org Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
1 parent 87a6c3c commit ea2b1a4

2 files changed

Lines changed: 0 additions & 35 deletions

File tree

arch/arm64/boot/dts/broadcom/northstar2/ns2-svk.dts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -106,22 +106,6 @@
106106

107107
&ssp0 {
108108
status = "okay";
109-
110-
slic@0 {
111-
compatible = "silabs,si3226x";
112-
reg = <0>;
113-
spi-max-frequency = <5000000>;
114-
spi-cpha;
115-
spi-cpol;
116-
pl022,interface = <0>;
117-
pl022,slave-tx-disable = <0>;
118-
pl022,com-mode = <0>;
119-
pl022,rx-level-trig = <1>;
120-
pl022,tx-level-trig = <1>;
121-
pl022,ctrl-len = <11>;
122-
pl022,wait-state = <0>;
123-
pl022,duplex = <0>;
124-
};
125109
};
126110

127111
&ssp1 {

arch/arm64/boot/dts/broadcom/stingray/stingray-usb.dtsi

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,6 @@
3131
status = "disabled";
3232
};
3333

34-
bdc0: usb@2000 {
35-
compatible = "brcm,bdc-v0.16";
36-
reg = <0x0 0x00002000 0x0 0x1000>;
37-
interrupts = <GIC_SPI 259 IRQ_TYPE_LEVEL_HIGH>;
38-
phys = <&usbphy0 0>, <&usbphy0 1>;
39-
phy-names = "phy0", "phy1";
40-
dma-coherent;
41-
status = "disabled";
42-
};
43-
4434
usbphy1: usb-phy@10000 {
4535
compatible = "brcm,sr-usb-combo-phy";
4636
reg = <0x0 0x00010000 0x0 0x100>;
@@ -65,13 +55,4 @@
6555
status = "disabled";
6656
};
6757

68-
bdc1: usb@21000 {
69-
compatible = "brcm,bdc-v0.16";
70-
reg = <0x0 0x00021000 0x0 0x1000>;
71-
interrupts = <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>;
72-
phys = <&usbphy2>;
73-
phy-names = "phy0";
74-
dma-coherent;
75-
status = "disabled";
76-
};
7758
};

0 commit comments

Comments
 (0)