Skip to content

Commit fa716fe

Browse files
committed
Merge tag 'amlogic-arm-dt-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux into soc/dt
Amlogic ARM DT changes for v6.14: - remove size and address cells from USB nodes * tag 'amlogic-arm-dt-for-v6.14' of https://git.kernel.org/pub/scm/linux/kernel/git/amlogic/linux: ARM: dts: amlogic: meson: remove size and address cells from USB nodes Link: https://lore.kernel.org/r/77c645b3-0cdf-49f4-84e9-11c74074b9a8@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 1923754 + 3a4bb81 commit fa716fe

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

arch/arm/boot/dts/amlogic/meson.dtsi

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,6 @@
255255

256256
usb0: usb@c9040000 {
257257
compatible = "snps,dwc2";
258-
#address-cells = <1>;
259-
#size-cells = <0>;
260258
reg = <0xc9040000 0x40000>;
261259
interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
262260
phys = <&usb0_phy>;
@@ -270,8 +268,6 @@
270268

271269
usb1: usb@c90c0000 {
272270
compatible = "snps,dwc2";
273-
#address-cells = <1>;
274-
#size-cells = <0>;
275271
reg = <0xc90c0000 0x40000>;
276272
interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
277273
phys = <&usb1_phy>;

0 commit comments

Comments
 (0)