Home
last modified time | relevance | path

Searched refs:fdt_setprop_string (Results 1 – 25 of 34) sorted by relevance

12

/u-boot/arch/powerpc/cpu/mpc8xxx/
A Dfdt.c88 return fdt_setprop_string(blob, offset, "phy-connection-type", in fdt_fixup_phy_connection()
98 off = fdt_setprop_string(blob, off, "status", "disabled"); in ft_disable_srio_port()
109 off = fdt_setprop_string(blob, off, "status", "disabled"); in ft_disable_rman()
120 off = fdt_setprop_string(blob, off, "status", "disabled"); in ft_disable_rmu()
156 fdt_setprop_string(blob, srio_off, "status", "disabled"); in ft_srio_setup()
/u-boot/arch/arm/lib/
A Dpsci-dt.c51 fdt_setprop_string(fdt, tmp, "enable-method", "psci"); in fdt_psci()
75 tmp = fdt_setprop_string(fdt, nodeoff, in fdt_psci()
116 tmp = fdt_setprop_string(fdt, nodeoff, "method", "smc"); in fdt_psci()
120 tmp = fdt_setprop_string(fdt, nodeoff, "status", "okay"); in fdt_psci()
/u-boot/arch/arm/mach-omap2/
A Dfdt-common.c37 ret = fdt_setprop_string(fdt, offs, in ft_hs_disable_rng()
116 fdt_setprop_string(fdt, offs, "compatible", "ti,secure-memory"); in ft_hs_fixup_dram()
117 fdt_setprop_string(fdt, offs, "status", "okay"); in ft_hs_fixup_dram()
162 fdt_setprop_string(fdt, offs, "compatible", "linaro,optee-tz"); in ft_hs_add_tee()
163 fdt_setprop_string(fdt, offs, "method", "smc"); in ft_hs_add_tee()
/u-boot/board/armltd/vexpress/
A Dvexpress_tc2.c76 fdt_setprop_string(fdt, offset, "status", "disabled"); in ft_board_setup()
/u-boot/board/Marvell/mvebu_armada-37xx/
A Dboard.c364 ret = fdt_setprop_string(blob, parts_off, "compatible", "fixed-partitions"); in ft_board_setup()
402 ret = fdt_setprop_string(blob, part_off, "label", "u-boot-env"); in ft_board_setup()
428 ret = fdt_setprop_string(blob, part_off, "label", "firmware"); in ft_board_setup()
/u-boot/drivers/qe/
A Dfdt.c45 ret = fdt_setprop_string(blob, node, "id", qe_fw_info->id); in fdt_fixup_qe_firmware()
/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
A Dfdt.c45 return fdt_setprop_string(blob, offset, "phy-connection-type", in fdt_fixup_phy_connection()
133 fdt_setprop_string(blob, off, "enable-method", in ft_fixup_cpu()
302 err = fdt_setprop_string(blob, offset, "compatible", in _fdt_fixup_msi_node()
305 err = fdt_setprop_string(blob, offset, "compatible", in _fdt_fixup_msi_node()
/u-boot/board/freescale/ls1046aqds/
A Deth.c191 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port()
211 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port()
230 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port()
/u-boot/arch/arm/mach-imx/imx8/
A Dfdt.c276 fdt_setprop_string(fdt, offs, "compatible", "linaro,optee-tz"); in ft_add_optee_node()
277 fdt_setprop_string(fdt, offs, "method", "smc"); in ft_add_optee_node()
/u-boot/board/freescale/common/
A Dsgmii_riser.c124 fdt_setprop_string(fdt, enet_node, in fsl_sgmii_riser_fdt_fixup()
/u-boot/board/freescale/ls1043aqds/
A Deth.c189 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port()
241 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port()
254 fdt_setprop_string(fdt, offset, "phy-connection-type", "xgmii"); in board_ft_fman_fixup_port()
/u-boot/board/freescale/t102xrdb/
A Deth_t102xrdb.c140 fdt_setprop_string(fdt, offset, "phy-connection-type", in board_ft_fman_fixup_port()
/u-boot/drivers/net/fm/
A Dfdt.c91 rc = fdt_setprop_string(blob, fwnode, "compatible", in fdt_fixup_fman_firmware()
/u-boot/arch/arm/mach-rockchip/rk3288/
A Drk3288.c132 ret = fdt_setprop_string(blob, offs, "compatible", "rockchip,rk3288w-cru"); in ft_rk3288w_setup()
/u-boot/board/CZ.NIC/turris_mox/
A Dturris_mox.c104 if (fdt_setprop_string(blob, node, "status", in board_fix_fdt()
616 return fdt_setprop_string(blob, node, "status", "okay"); in enable_by_path()
717 res = fdt_setprop_string(blob, node, "status", "okay"); in ft_board_setup()
773 res = fdt_setprop_string(blob, node, "phy-mode", in ft_board_setup()
/u-boot/common/
A Dfdt_support.c614 fdt_setprop_string(blob, node, "type", type); in fdt_record_loadable()
616 fdt_setprop_string(blob, node, "os", os); in fdt_record_loadable()
903 ret = fdt_setprop_string(blob, newoff, "label", part->name); in fdt_node_set_part_info()
1543 ret = fdt_setprop_string(fdt, nodeoffset, "status", "okay"); in fdt_set_node_status()
1546 ret = fdt_setprop_string(fdt, nodeoffset, "status", "disabled"); in fdt_set_node_status()
1549 ret = fdt_setprop_string(fdt, nodeoffset, "status", "fail"); in fdt_set_node_status()
1553 ret = fdt_setprop_string(fdt, nodeoffset, "status", buf); in fdt_set_node_status()
1829 ret = fdt_setprop_string(fdt, node, "format", format); in fdt_setup_simplefb_node()
1833 ret = fdt_setprop_string(fdt, node, "status", "okay"); in fdt_setup_simplefb_node()
/u-boot/drivers/pci/
A Dpcie_layerscape_fixup_common.c97 fdt_setprop_string(fdt, off, "compatible", in lx2_board_fix_fdt()
/u-boot/arch/arm/mach-k3/
A Dcommon.c251 ret = fdt_setprop_string(blob, node, "compatible", "mmio-sram"); in fdt_fixup_msmc_ram()
311 ret = fdt_setprop_string(blob, offs, "status", "disabled"); in fdt_disable_node()
/u-boot/board/Marvell/octeontx2/
A Dboard-fdt.c201 if (fdt_setprop_string(blob, node, in ft_board_setup()
/u-boot/board/freescale/lx2160a/
A Deth_lx2160ardb.c204 ret = fdt_setprop_string(fdt, mdio_offset, "status", in fdt_fixup_board_phy()
/u-boot/arch/arm/mach-rockchip/rk3399/
A Drk3399.c217 fdt_setprop_string(blob, chosen, in spl_perform_fixups()
/u-boot/arch/powerpc/cpu/mpc85xx/
A Dfdt.c62 fdt_setprop_string(blob, off, "status", in ft_fixup_cpu()
65 fdt_setprop_string(blob, off, "status", in ft_fixup_cpu()
85 fdt_setprop_string(blob, off, "enable-method", in ft_fixup_cpu()
/u-boot/lib/rsa/
A Drsa-sign.c805 ret = fdt_setprop_string(keydest, node, FIT_KEY_HINT, in rsa_add_verify_data()
824 ret = fdt_setprop_string(keydest, node, FIT_ALGO_PROP, in rsa_add_verify_data()
828 ret = fdt_setprop_string(keydest, node, FIT_KEY_REQUIRED, in rsa_add_verify_data()
/u-boot/tools/
A Dimage-host.c123 ret = fdt_setprop_string(fit, noffset, "signer-name", in fit_image_write_sig()
127 ret = fdt_setprop_string(fit, noffset, "signer-version", in fit_image_write_sig()
131 ret = fdt_setprop_string(fit, noffset, "comment", comment); in fit_image_write_sig()
/u-boot/board/freescale/t208xqds/
A Deth_t208xqds.c356 fdt_setprop_string(fdt, off, "lane-instance", buf); in board_ft_fman_fixup_port()
443 fdt_setprop_string(fdt, off, in board_ft_fman_fixup_port()

Completed in 31 milliseconds

12