linux/drivers/media/platform/samsung
Krzysztof Kozlowski 292f83dc68 media: exynos4-is: fimc-is: replace duplicate pmu node with phandle
Devicetree for the FIMC IS camera included duplicated PMU node as its
child like:

  soc@0 {
    system-controller@10020000 { ... }; // Real PMU

    camera@11800000 {
      fimc-is@12000000 {
        // FIMC IS camera node
        pmu@10020000 {
          reg = <0x10020000 0x3000>; // Fake PMU node
        };
      };
    };
  };

This is not a correct representation of the hardware.  Mapping the PMU
(Power Management Unit) IO memory should be via syscon-like phandle
(samsung,pmu-syscon, already used for other drivers), not by duplicating
"pmu" Devicetree node inside the FIMC IS.  Backward compatibility is
preserved.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
2023-09-27 09:40:01 +02:00
..
exynos-gsc media: Explicitly include correct DT includes 2023-07-19 12:57:51 +02:00
exynos4-is media: exynos4-is: fimc-is: replace duplicate pmu node with phandle 2023-09-27 09:40:01 +02:00
s3c-camif media: camif-core: Do not check for 0 return after calling platform_get_irq() 2023-08-14 20:27:55 +02:00
s5p-g2d media: g2d: Convert to platform remove callback returning void 2023-04-11 16:59:18 +02:00
s5p-jpeg media: jpeg-core: Remove redundant dev_err() 2023-08-10 07:58:36 +02:00
s5p-mfc media: s5p_mfc: Convert to platform remove callback returning void 2023-04-11 16:59:18 +02:00
Kconfig media: platform/*/Kconfig: make manufacturer menus more uniform 2022-03-18 05:58:35 +01:00
Makefile media: platform: Create vendor/{Makefile,Kconfig} files 2022-03-18 05:58:35 +01:00