ipq40xx: set #size-cells to 0 to fix warning
authorChristian Lamparter <[email protected]>
Thu, 7 Jun 2018 15:36:55 +0000 (17:36 +0200)
committerJohn Crispin <[email protected]>
Fri, 8 Jun 2018 07:31:35 +0000 (09:31 +0200)
qcom-ipq4018-ex6100v2.dtb: Warning (reg_format): "reg" property in
/led_spi/led_gpio@0 has invalid length (4 bytes)
qcom-ipq4018-ex6100v2.dtb: Warning (avoid_default_addr_size):
Relying on default #size-cells value for /led_spi/led_gpio@0

Cc: Thomas Hebb <[email protected]>
Cc: David Bauer <[email protected]>
Signed-off-by: Christian Lamparter <[email protected]>
target/linux/ipq40xx/files-4.14/arch/arm/boot/dts/qcom-ipq4018-ex61x0v2.dtsi

index e5f1c073783395556bbbd35180c8a10abd01244c..f40e043574c52102c1734beaa34c03b44ad95779 100644 (file)
        led_spi {
                compatible = "spi-gpio";
                #address-cells = <1>;
-               ranges;
+               #size-cells = <0>;
 
                gpio-sck = <&tlmm 5 GPIO_ACTIVE_HIGH>;
                gpio-mosi = <&tlmm 4 GPIO_ACTIVE_HIGH>;