mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 01:53:29 +02:00
ARM: dts: amlogic: meson: remove size and address cells from USB nodes
The only board that actually requires these properties is meson8b-odroidc1.dts but that already sets it on it's own. Drop these properties from meson.dtsi because otherwise they can cause dtc warnings: /soc/usb@c9040000: unnecessary #address-cells/#size-cells without "ranges", "dma-ranges" or child "reg" property Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Link: https://lore.kernel.org/r/20241226220352.965505-1-martin.blumenstingl@googlemail.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
This commit is contained in:
parent
40384c840e
commit
3a4bb81850
|
|
@ -255,8 +255,6 @@ rtc: rtc@740 {
|
|||
|
||||
usb0: usb@c9040000 {
|
||||
compatible = "snps,dwc2";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0xc9040000 0x40000>;
|
||||
interrupts = <GIC_SPI 30 IRQ_TYPE_LEVEL_HIGH>;
|
||||
phys = <&usb0_phy>;
|
||||
|
|
@ -270,8 +268,6 @@ usb0: usb@c9040000 {
|
|||
|
||||
usb1: usb@c90c0000 {
|
||||
compatible = "snps,dwc2";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <0xc90c0000 0x40000>;
|
||||
interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
|
||||
phys = <&usb1_phy>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user