Lines Matching +full:- +full:qe
1 // SPDX-License-Identifier: GPL-2.0+
18 * If a QE firmware has been uploaded, then add the 'firmware' node under
19 * the 'qe' node.
30 node = fdt_path_offset(blob, "/qe"); in fdt_fixup_qe_firmware()
39 ret = fdt_setprop(blob, node, "extended-modes", in fdt_fixup_qe_firmware()
40 &qe_fw_info->extended_modes, sizeof(u64)); in fdt_fixup_qe_firmware()
44 ret = fdt_setprop_string(blob, node, "id", qe_fw_info->id); in fdt_fixup_qe_firmware()
48 ret = fdt_setprop(blob, node, "virtual-traps", qe_fw_info->vtraps, in fdt_fixup_qe_firmware()
49 sizeof(qe_fw_info->vtraps)); in fdt_fixup_qe_firmware()
61 do_fixup_by_prop_u32(blob, "device_type", "qe", 4, in ft_qe_setup()
62 "bus-frequency", gd->arch.qe_clk, 1); in ft_qe_setup()
63 do_fixup_by_prop_u32(blob, "device_type", "qe", 4, in ft_qe_setup()
64 "brg-frequency", gd->arch.brg_clk, 1); in ft_qe_setup()
65 do_fixup_by_compat_u32(blob, "fsl,qe", in ft_qe_setup()
66 "clock-frequency", gd->arch.qe_clk, 1); in ft_qe_setup()
67 do_fixup_by_compat_u32(blob, "fsl,qe", in ft_qe_setup()
68 "bus-frequency", gd->arch.qe_clk, 1); in ft_qe_setup()
69 do_fixup_by_compat_u32(blob, "fsl,qe", in ft_qe_setup()
70 "brg-frequency", gd->arch.brg_clk, 1); in ft_qe_setup()
71 do_fixup_by_compat_u32(blob, "fsl,qe-gtm", in ft_qe_setup()
72 "clock-frequency", gd->arch.qe_clk / 2, 1); in ft_qe_setup()