linux/drivers/staging/pi433
Geert Uytterhoeven 43b83f1a4c staging: pi433: overlay: Fix reg-related warnings
When running "scripts/dtc/dtc -@ -I dts -O dtb -o pi433-overlay.dtbo.1
drivers/staging/pi433/Documentation/devicetree/pi433-overlay.dts":

    drivers/staging/pi433/Documentation/devicetree/pi433-overlay.dts:13.12-15.6: Warning (unit_address_vs_reg): /fragment@0/__overlay__/spidev@0: node has a unit name, but no reg property
    drivers/staging/pi433/Documentation/devicetree/pi433-overlay.dts:17.12-19.6: Warning (unit_address_vs_reg): /fragment@0/__overlay__/spidev@1: node has a unit name, but no reg property

Add the missing "reg" properties to fix this.

    drivers/staging/pi433/Documentation/devicetree/pi433-overlay.dts:14.5-15: Warning (reg_format): /fragment@0/__overlay__/spidev@0:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)
    drivers/staging/pi433/Documentation/devicetree/pi433-overlay.dts:19.5-15: Warning (reg_format): /fragment@0/__overlay__/spidev@1:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1)

Add the missing "#{address,size}-cells" to fix this.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/20200221122133.32024-3-geert+renesas@glider.be
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-02-23 19:20:49 +01:00
..
Documentation staging: pi433: overlay: Fix reg-related warnings 2020-02-23 19:20:49 +01:00
Kconfig staging: pi433: Fix Kconfig indentation 2019-11-20 15:20:29 +01:00
Makefile staging: add missing SPDX lines to Makefile files 2019-04-03 11:10:15 +02:00
pi433_if.c compat_ioctl: move drivers to compat_ptr_ioctl 2019-10-23 17:23:43 +02:00
pi433_if.h staging: pi433: Use the correct style for SPDX License Identifier 2020-02-09 16:23:02 -08:00
rf69_enum.h staging: pi433: Use the correct style for SPDX License Identifier 2020-02-09 16:23:02 -08:00
rf69_registers.h staging: pi433: Use the correct style for SPDX License Identifier 2020-02-09 16:23:02 -08:00
rf69.c staging: pi433: fix misspelling of packet 2019-05-21 08:16:40 +02:00
rf69.h staging: pi433: Use the correct style for SPDX License Identifier 2020-02-09 16:23:02 -08:00
TODO