mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
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> |
||
|---|---|---|
| .. | ||
| 74x164_gpio.c | ||
| adi_gpio2.c | ||
| altera_pio.c | ||
| at91_gpio.c | ||
| atmel_pio4.c | ||
| axp_gpio.c | ||
| bcm2835_gpio.c | ||
| bcm6345_gpio.c | ||
| da8xx_gpio.c | ||
| db8500_gpio.c | ||
| dwapb_gpio.c | ||
| gpio-rcar.c | ||
| gpio-uclass.c | ||
| gpio-uniphier.c | ||
| hi6220_gpio.c | ||
| hsdk-creg-gpio.c | ||
| imx_rgpio2p.c | ||
| intel_broadwell_gpio.c | ||
| intel_ich6_gpio.c | ||
| Kconfig | ||
| kona_gpio.c | ||
| kw_gpio.c | ||
| lpc32xx_gpio.c | ||
| Makefile | ||
| mpc8xxx_gpio.c | ||
| mpc83xx_gpio.c | ||
| msm_gpio.c | ||
| mvebu_gpio.c | ||
| mvgpio.c | ||
| mvgpio.h | ||
| mvmfp.c | ||
| mxc_gpio.c | ||
| mxs_gpio.c | ||
| omap_gpio.c | ||
| pca953x.c | ||
| pca953x_gpio.c | ||
| pca9698.c | ||
| pcf8575_gpio.c | ||
| pic32_gpio.c | ||
| pm8916_gpio.c | ||
| rk_gpio.c | ||
| s5p_gpio.c | ||
| sandbox.c | ||
| sh_pfc.c | ||
| spear_gpio.c | ||
| stm32f7_gpio.c | ||
| sunxi_gpio.c | ||
| tca642x.c | ||
| tegra186_gpio.c | ||
| tegra186_gpio_priv.h | ||
| tegra_gpio.c | ||
| vybrid_gpio.c | ||
| xilinx_gpio.c | ||
| zynq_gpio.c | ||