u-boot/arch/sandbox
Simon Glass 995b60b593 sandbox: Rename 'num-gpios' property to avoid dtc warning
At present dtc produces these warnings when compiling sandbox:

arch/sandbox/dts/test.dtb: Warning (gpios_property):
	Could not get phandle node for /base-gpios:num-gpios(cell 0)
arch/sandbox/dts/test.dtb: Warning (gpios_property):
	Missing property '#gpio-cells' in node /reset-ctl or bad phandle
	(referred from /extra-gpios:num-gpios[0])

Both are due to it assuming that the 'num-gpios' property holds a phandle
pointing to a GPIO node.

To avoid these warnings, rename the sandbox property so that it does not
include the string 'gpios'.

Signed-off-by: Simon Glass <sjg@chromium.org>
2018-02-18 15:53:32 -07:00
..
cpu fix spelling of 'functions' in 2 places (was 'funtcions') 2018-02-13 23:24:22 -05:00
dts sandbox: Rename 'num-gpios' property to avoid dtc warning 2018-02-18 15:53:32 -07:00
include/asm SystemACE: Remove 2018-02-13 23:24:22 -05:00
lib fdt: Implement weak arch_fixup_fdt() 2018-02-18 12:53:38 -07:00
config.mk sandbox: Support building an SPL image 2016-07-14 20:40:24 -06:00
Kconfig sandbox: Convert SANDBOX_BITS_PER_LONG to Kconfig 2017-09-11 21:43:58 -06:00
Makefile Kbuild: introduce Makefile in arch/$ARCH/ 2014-12-08 09:35:45 -05:00