Home
last modified time | relevance | path

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

/u-boot/drivers/pci/
A Dpcie_layerscape_fixup_common.c87 fdt_delprop(fdt, off, "apio-wins"); in lx2_board_fix_fdt()
88 fdt_delprop(fdt, off, "ppio-wins"); in lx2_board_fix_fdt()
112 fdt_delprop(fdt, off, "apio-wins"); in lx2_board_fix_fdt()
/u-boot/board/armltd/vexpress/
A Dvexpress_tc2.c61 fdt_delprop(fdt, tmp, "cci-control-port"); in ft_board_setup()
/u-boot/board/freescale/mx7ulp_evk/
A Dmx7ulp_evk.c73 rc = fdt_delprop(blob, nodeoff, "vqmmc-supply"); in ft_board_setup()
/u-boot/board/ti/ks2_evm/
A Dboard.c185 err = fdt_delprop(blob, nodeoffset, in ft_board_setup_ex()
190 err = fdt_delprop(blob, nodeoffset, in ft_board_setup_ex()
/u-boot/arch/arm/mach-omap2/omap5/
A Dfdt.c78 fdt_delprop(fdt, offs, "ti,irqs-skip"); in ft_hs_fixup_crossbar()
120 fdt_delprop(fdt, offs, "reg"); in ft_hs_fixup_sram()
/u-boot/board/freescale/ls1046aqds/
A 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()
227 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
/u-boot/board/freescale/ls1043aqds/
A Deth.c187 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
240 fdt_delprop(fdt, offset, "phy-connection-type"); in board_ft_fman_fixup_port()
252 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
/u-boot/arch/powerpc/cpu/mpc8xxx/
A Dfdt.c35 fdt_delprop(blob, off, "cpu-handle"); in ft_del_cpuhandle()
/u-boot/board/gateworks/gw_ventana/
A Dgw_ventana.c1110 fdt_delprop(blob, off, "ext-reset-output"); in ft_board_wdog_fixup()
1111 fdt_delprop(blob, off, "fsl,ext-reset-output"); in ft_board_wdog_fixup()
1345 fdt_delprop(blob, i, "no-1-8-v"); in ft_board_setup()
/u-boot/scripts/dtc/libfdt/
A Dlibfdt.h1929 int fdt_delprop(void *fdt, int nodeoffset, const char *name);
A Dfdt_rw.c319 int fdt_delprop(void *fdt, int nodeoffset, const char *name) in fdt_delprop() function
/u-boot/board/compulab/cm_fx6/
A Dcm_fx6.c572 fdt_delprop(blob, nodeoffset, "cd-gpios"); in ft_board_setup()
/u-boot/board/freescale/t208xqds/
A Deth_t208xqds.c435 fdt_delprop(fdt, offset, "phy-handle"); in board_ft_fman_fixup_port()
/u-boot/cmd/
A Dfdt.c510 err = fdt_delprop(working_fdt, nodeoffset, argv[3]); in do_fdt()
/u-boot/arch/arm/mach-imx/imx8m/
A Dsoc.c860 rc = fdt_delprop(blob, nodeoff, "cpu-idle-states"); in ft_system_setup()
/u-boot/tools/
A Dfit_image.c489 ret = fdt_delprop(fdt, node, FIT_DATA_PROP); in fit_extract_data()
/u-boot/common/
A Dfdt_support.c988 fdt_delprop(blob, off, alias); in fdt_del_node_and_alias()
/u-boot/scripts/dtc/pylibfdt/
A Dlibfdt.i_shipped657 return check_err(fdt_delprop(self._fdt, nodeoffset, prop_name), quiet)

Completed in 801 milliseconds