Home
last modified time | relevance | path

Searched refs:fdt_delprop (Results 1 – 23 of 23) sorted by relevance

/third_party/uboot/u-boot-2020.01/board/ti/ks2_evm/
Dboard.c181 err = fdt_delprop(blob, nodeoffset, in ft_board_setup_ex()
186 err = fdt_delprop(blob, nodeoffset, in ft_board_setup_ex()
/third_party/uboot/u-boot-2020.01/board/freescale/ls1046aqds/
Deth.c189 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
210 fdt_delprop(fdt, offset, "phy-connection-type"); in board_ft_fman_fixup_port()
230 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/omap5/
Dfdt.c76 fdt_delprop(fdt, offs, "ti,irqs-skip"); in ft_hs_fixup_crossbar()
118 fdt_delprop(fdt, offs, "reg"); in ft_hs_fixup_sram()
/third_party/uboot/u-boot-2020.01/board/armltd/vexpress/
Dvexpress_tc2.c61 fdt_delprop(fdt, tmp, "cci-control-port"); in ft_board_setup()
/third_party/uboot/u-boot-2020.01/board/freescale/ls1043aqds/
Deth.c185 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
238 fdt_delprop(fdt, offset, "phy-connection-type"); in board_ft_fman_fixup_port()
250 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
/third_party/uboot/u-boot-2020.01/board/freescale/mx7ulp_evk/
Dmx7ulp_evk.c71 rc = fdt_delprop(blob, nodeoff, "vqmmc-supply"); in ft_board_setup()
/third_party/uboot/u-boot-2020.01/arch/powerpc/cpu/mpc8xxx/
Dfdt.c34 fdt_delprop(blob, off, "cpu-handle"); in ft_del_cpuhandle()
/third_party/uboot/u-boot-2020.01/board/freescale/t102xqds/
Deth_t102xqds.c208 fdt_delprop(fdt, offset, "phy-connection-type"); in board_ft_fman_fixup_port()
220 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
/third_party/uboot/u-boot-2020.01/board/freescale/b4860qds/
Deth_b4860qds.c405 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/imx8m/
Dsoc.c366 rc = fdt_delprop(blob, nodeoff, "cpu-idle-states"); in ft_system_setup()
/third_party/uboot/u-boot-2020.01/board/gateworks/gw_ventana/
Dgw_ventana.c1104 fdt_delprop(blob, off, "ext-reset-output"); in ft_board_wdog_fixup()
1105 fdt_delprop(blob, off, "fsl,ext-reset-output"); in ft_board_wdog_fixup()
1339 fdt_delprop(blob, i, "no-1-8-v"); in ft_board_setup()
/third_party/uboot/u-boot-2020.01/board/freescale/mpc8569mds/
Dmpc8569mds.c477 fdt_delprop(blob, off, "sdhci,1-bit-only"); in fdt_board_fixup_esdhc()
/third_party/uboot/u-boot-2020.01/scripts/dtc/libfdt/
Dlibfdt.h1960 int fdt_delprop(void *fdt, int nodeoffset, const char *name);
Dfdt_rw.c319 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() function
/third_party/uboot/u-boot-2020.01/board/compulab/cm_fx6/
Dcm_fx6.c564 fdt_delprop(blob, nodeoffset, "cd-gpios"); in ft_board_setup()
/third_party/uboot/u-boot-2020.01/board/freescale/t208xqds/
Deth_t208xqds.c421 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
/third_party/uboot/u-boot-2020.01/board/freescale/t4qds/
Deth.c325 fdt_delprop(blob, offset, "phy-handle"); in board_ft_fman_fixup_port()
/third_party/uboot/u-boot-2020.01/cmd/
Dfdt.c510 err = fdt_delprop(working_fdt, nodeoffset, argv[3]); in do_fdt()
/third_party/uboot/u-boot-2020.01/tools/
Dimage-host.c403 ret = fdt_delprop(fit, image_noffset, FIT_DATA_PROP); in fit_image_write_cipher()
Dfit_image.c467 ret = fdt_delprop(fdt, node, FIT_DATA_PROP); in fit_extract_data()
Dimage-host.c.orig403 ret = fdt_delprop(fit, image_noffset, FIT_DATA_PROP);
/third_party/uboot/u-boot-2020.01/common/
Dfdt_support.c988 fdt_delprop(blob, off, alias); in fdt_del_node_and_alias()
/third_party/uboot/u-boot-2020.01/scripts/dtc/pylibfdt/
Dlibfdt.i_shipped657 return check_err(fdt_delprop(self._fdt, nodeoffset, prop_name), quiet)