]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ARM: dts: amlogic: meson: remove size and address cells from USB nodes
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Thu, 26 Dec 2024 22:03:52 +0000 (23:03 +0100)
committerNeil Armstrong <neil.armstrong@linaro.org>
Mon, 30 Dec 2024 10:00:12 +0000 (11:00 +0100)
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>
arch/arm/boot/dts/amlogic/meson.dtsi

index 8cb0fc78b2af9fc757962506c992181a48766865..28ec2c821cdc98c947348e88e6704295b690ff13 100644 (file)
 
                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>;
 
                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>;