mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
This function returns the pointer to the value of a node property. The current name ofnode_read_prop() is confusing. Follow the naming of_get_property() from Linux. The return type (const u32 *) is wrong. DT property values can be strings as well as integers. This is why of_get_property/fdt_getprop returns an opaque pointer. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Simon Glass <sjg@chromium.org> |
||
|---|---|---|
| .. | ||
| ali512x.c | ||
| altera_sysid.c | ||
| cbmem_console.c | ||
| cros_ec.c | ||
| cros_ec_i2c.c | ||
| cros_ec_lpc.c | ||
| cros_ec_sandbox.c | ||
| cros_ec_spi.c | ||
| ds4510.c | ||
| ds4510.h | ||
| fsl_devdis.c | ||
| fsl_ifc.c | ||
| fsl_iim.c | ||
| fsl_sec_mon.c | ||
| gpio_led.c | ||
| i2c_eeprom.c | ||
| i2c_eeprom_emul.c | ||
| Kconfig | ||
| Makefile | ||
| mc9sdz60.c | ||
| misc-uclass.c | ||
| mxc_ocotp.c | ||
| mxs_ocotp.c | ||
| ns87308.c | ||
| nuvoton_nct6102d.c | ||
| pca9551_led.c | ||
| pwrseq-uclass.c | ||
| qfw.c | ||
| rockchip-efuse.c | ||
| smsc_lpc47m.c | ||
| smsc_sio1007.c | ||
| spltest_sandbox.c | ||
| status_led.c | ||
| swap_case.c | ||
| syscon_sandbox.c | ||
| tegra186_bpmp.c | ||
| tegra_car.c | ||
| twl4030_led.c | ||
| winbond_w83627.c | ||