Loading Documentation/devicetree/bindings/arm/msm/msm_ensigma_uccp330.txt +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ The devicetree representation of the Ensigma UCCP330 block should be: Required properties: - compatible: "qti,msm-demod" - compatible: "qcom,msm-demod" - reg: physical memory base addresses and sizes for the following: Ensigma UCCP330, TOP BCSS - reg-names: names of the memory regions: Loading @@ -20,7 +20,7 @@ Required properties: Example: demod: msm-demod@fc600000 { compatible = "qti,msm-demod"; compatible = "qcom,msm-demod"; reg = <0xfc600000 0xd0008>,<0xfc747000 0x1000>; reg-names = "msm-demod", "top-bcss"; vdd-supply = <&gdsc_bcss>; Loading arch/arm/boot/dts/qti/mpq8092.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -884,7 +884,7 @@ }; demod: msm-demod@fc600000 { compatible = "qti,msm-demod"; compatible = "qcom,msm-demod"; reg = <0xfc600000 0xd0008>,<0xfc747000 0x1000>; reg-names = "msm-demod", "top-bcss"; vdd-supply = <&gdsc_bcss>; Loading drivers/media/platform/msm/broadcast/ensigma_uccp330.c +1 −1 Original line number Diff line number Diff line Loading @@ -654,7 +654,7 @@ static const struct dev_pm_ops demod_dev_pm_ops = { /* Platform driver information */ static struct of_device_id msm_demod_match_table[] = { {.compatible = "qti,msm-demod"} {.compatible = "qcom,msm-demod"} }; static struct platform_driver msm_demod_driver = { Loading Loading
Documentation/devicetree/bindings/arm/msm/msm_ensigma_uccp330.txt +2 −2 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ The devicetree representation of the Ensigma UCCP330 block should be: Required properties: - compatible: "qti,msm-demod" - compatible: "qcom,msm-demod" - reg: physical memory base addresses and sizes for the following: Ensigma UCCP330, TOP BCSS - reg-names: names of the memory regions: Loading @@ -20,7 +20,7 @@ Required properties: Example: demod: msm-demod@fc600000 { compatible = "qti,msm-demod"; compatible = "qcom,msm-demod"; reg = <0xfc600000 0xd0008>,<0xfc747000 0x1000>; reg-names = "msm-demod", "top-bcss"; vdd-supply = <&gdsc_bcss>; Loading
arch/arm/boot/dts/qti/mpq8092.dtsi +1 −1 Original line number Diff line number Diff line Loading @@ -884,7 +884,7 @@ }; demod: msm-demod@fc600000 { compatible = "qti,msm-demod"; compatible = "qcom,msm-demod"; reg = <0xfc600000 0xd0008>,<0xfc747000 0x1000>; reg-names = "msm-demod", "top-bcss"; vdd-supply = <&gdsc_bcss>; Loading
drivers/media/platform/msm/broadcast/ensigma_uccp330.c +1 −1 Original line number Diff line number Diff line Loading @@ -654,7 +654,7 @@ static const struct dev_pm_ops demod_dev_pm_ops = { /* Platform driver information */ static struct of_device_id msm_demod_match_table[] = { {.compatible = "qti,msm-demod"} {.compatible = "qcom,msm-demod"} }; static struct platform_driver msm_demod_driver = { Loading