Searched +full:syscon +full:- +full:sfpb (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.15/drivers/hwspinlock/ |
D | qcom_hwspinlock.c | 1 // SPDX-License-Identifier: GPL-2.0 10 #include <linux/mfd/syscon.h> 24 struct regmap_field *field = lock->priv; in qcom_hwspinlock_trylock() 41 struct regmap_field *field = lock->priv; in qcom_hwspinlock_unlock() 67 { .compatible = "qcom,sfpb-mutex" }, 68 { .compatible = "qcom,tcsr-mutex" }, 76 struct device_node *syscon; in qcom_hwspinlock_probe_syscon() local 80 syscon = of_parse_phandle(pdev->dev.of_node, "syscon", 0); in qcom_hwspinlock_probe_syscon() 81 if (!syscon) in qcom_hwspinlock_probe_syscon() 82 return ERR_PTR(-ENODEV); in qcom_hwspinlock_probe_syscon() [all …]
|
/Linux-v5.15/Documentation/devicetree/bindings/display/msm/ |
D | dsi-controller-main.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only or BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/display/msm/dsi-controller-main.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krishna Manikandan <mkrishn@codeaurora.org> 13 - $ref: "../dsi-controller.yaml#" 18 - const: qcom,mdss-dsi-ctrl 23 reg-names: 31 - description: Display byte clock 32 - description: Display byte interface clock [all …]
|
/Linux-v5.15/drivers/gpu/drm/msm/dsi/ |
D | dsi_host.c | 1 // SPDX-License-Identifier: GPL-2.0-only 8 #include <linux/dma-mapping.h> 12 #include <linux/mfd/syscon.h> 26 #include "sfpb.xml.h" 39 return -EINVAL; in dsi_get_version() 43 * makes all other registers 4-byte shifted down. in dsi_get_version() 47 * 0x1f0). In the case of DSIv2, this hast to be a non-zero value. In in dsi_get_version() 62 return -EINVAL; in dsi_get_version() 78 return -EINVAL; in dsi_get_version() 156 struct regmap *sfpb; member [all …]
|
/Linux-v5.15/arch/arm/boot/dts/ |
D | qcom-apq8064.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 2 /dts-v1/; 4 #include <dt-bindings/clock/qcom,gcc-msm8960.h> 5 #include <dt-bindings/reset/qcom,gcc-msm8960.h> 6 #include <dt-bindings/clock/qcom,mmcc-msm8960.h> 7 #include <dt-bindings/clock/qcom,rpmcc.h> 8 #include <dt-bindings/soc/qcom,gsbi.h> 9 #include <dt-bindings/interrupt-controller/irq.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 #address-cells = <1>; [all …]
|