ipq40xx: set #size-cells to 0 to fix warning
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 <tommyhebb@gmail.com> Cc: David Bauer <mail@david-bauer.net> Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
55b4b1eba0
commit
b22e37528b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
||||||
led_spi {
|
led_spi {
|
||||||
compatible = "spi-gpio";
|
compatible = "spi-gpio";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
ranges;
|
#size-cells = <0>;
|
||||||
|
|
||||||
gpio-sck = <&tlmm 5 GPIO_ACTIVE_HIGH>;
|
gpio-sck = <&tlmm 5 GPIO_ACTIVE_HIGH>;
|
||||||
gpio-mosi = <&tlmm 4 GPIO_ACTIVE_HIGH>;
|
gpio-mosi = <&tlmm 4 GPIO_ACTIVE_HIGH>;
|
||||||
|
|
Loading…
Reference in a new issue