Home
last modified time | relevance | path

Searched refs:fdt_node_check_compatible (Results 1 – 19 of 19) sorted by relevance

/u-boot/drivers/clk/altera/
A Dclk-arria10.c204 if (fdt_node_check_compatible(fdt, offset, "fixed-clock")) in socfpga_a10_handoff_workaround()
253 if (fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_bind()
255 fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_bind()
257 fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_bind()
259 fdt_node_check_compatible(fdt, offset, "fixed-clock")) in socfpga_a10_clk_bind()
288 if (!fdt_node_check_compatible(fdt, offset, "altr,clk-mgr")) { in socfpga_a10_clk_probe()
303 if (!fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_probe()
310 } else if (!fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_probe()
313 } else if (!fdt_node_check_compatible(fdt, offset, in socfpga_a10_clk_probe()
/u-boot/board/google/veyron/
A Dveyron.c81 if (!fdt_node_check_compatible(gd->fdt_blob, 0, "google,veyron")) { in board_early_init_r()
/u-boot/drivers/serial/
A Dserial_lpuart.c532 if (!fdt_node_check_compatible(blob, node, "fsl,ls1021a-lpuart")) in lpuart_serial_of_to_plat()
534 else if (!fdt_node_check_compatible(blob, node, "fsl,imx7ulp-lpuart")) in lpuart_serial_of_to_plat()
536 else if (!fdt_node_check_compatible(blob, node, "fsl,vf610-lpuart")) in lpuart_serial_of_to_plat()
538 else if (!fdt_node_check_compatible(blob, node, "fsl,imx8qm-lpuart")) in lpuart_serial_of_to_plat()
540 else if (!fdt_node_check_compatible(blob, node, "fsl,imxrt-lpuart")) in lpuart_serial_of_to_plat()
/u-boot/drivers/pinctrl/mvebu/
A Dpinctrl-mvebu.c48 if (!fdt_node_check_compatible(blob, node, "marvell,ap806-pinctrl")) { in mvebu_pinctl_emmc_set_mux()
54 } else if (!fdt_node_check_compatible(blob, node, in mvebu_pinctl_emmc_set_mux()
/u-boot/arch/arm/mach-uniphier/
A Dboards.c156 if (!fdt_node_check_compatible(gd->fdt_blob, 0, in uniphier_get_board_param()
/u-boot/arch/arm/mach-rockchip/rk3288/
A Drk3288.c63 if (!fdt_node_check_compatible(gd->fdt_blob, 0, in rk3288_qos_init()
/u-boot/arch/arm/mach-bcm283x/
A Dinit.c103 ret = fdt_node_check_compatible(gd->fdt_blob, 0, in rpi_update_mem_map()
/u-boot/board/samsung/common/
A Dexynos5-dt-types.c247 ret = fdt_node_check_compatible(gd->fdt_blob, 0, in set_board_type()
/u-boot/drivers/mtd/
A Drenesas_rpc_hf.c335 ret = fdt_node_check_compatible(fdt, off, "spi-flash"); in rpc_hf_bind()
339 ret = fdt_node_check_compatible(fdt, off, "jedec,spi-nor"); in rpc_hf_bind()
/u-boot/drivers/spi/
A Drenesas_rpc_spi.c396 ret = fdt_node_check_compatible(fdt, off, "spi-flash"); in rpc_spi_bind()
400 ret = fdt_node_check_compatible(fdt, off, "jedec,spi-nor"); in rpc_spi_bind()
/u-boot/drivers/net/octeontx/
A Dsmi.c329 ret = fdt_node_check_compatible(gd->fdt_blob, subnode, in octeontx_smi_probe()
/u-boot/scripts/dtc/libfdt/
A Dfdt_ro.c822 int fdt_node_check_compatible(const void *fdt, int nodeoffset, in fdt_node_check_compatible() function
850 err = fdt_node_check_compatible(fdt, offset, compatible); in fdt_node_offset_by_compatible()
A Dlibfdt.h993 int fdt_node_check_compatible(const void *fdt, int nodeoffset,
/u-boot/lib/
A Dfdtdec.c301 if (fdt_node_check_compatible(blob, node, in fdtdec_lookup()
320 if (*depthp == 1 && 0 == fdt_node_check_compatible( in fdtdec_next_compatible_subnode()
340 err = fdt_node_check_compatible(blob, node, compat_names[id]); in fdtdec_next_alias()
/u-boot/board/dhelectronics/dh_stm32mp1/
A Dboard.c116 ret = fdt_node_check_compatible(gd->fdt_blob, off, "micrel,ks8851-mll"); in setup_mac_address()
/u-boot/drivers/core/
A Ddevice.c1085 return !fdt_node_check_compatible(fdt, 0, compat); in of_machine_is_compatible()
A Dofnode.c945 return !fdt_node_check_compatible(gd->fdt_blob, in ofnode_device_is_compatible()
/u-boot/drivers/ram/rockchip/
A Dsdram_rk3288.c1006 priv->is_veyron = !fdt_node_check_compatible(blob, 0, "google,veyron"); in rk3288_dmc_of_to_plat()
/u-boot/common/
A Dimage-fit.c1793 if (!fdt_node_check_compatible(fdt, compat_noffset, in fit_conf_find_compat()

Completed in 49 milliseconds