mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-21 04:54:24 +07:00
ARM: dts: s5pv210: Add s5p-jpeg codec node.
Add node for s5p-jpeg codec, which is present in S5PV210 SoC. Signed-off-by: Paweł Chmiel <pawel.mikolaj.chmiel@gmail.com> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
This commit is contained in:
parent
6035cbcceb
commit
452ad2f2f8
@ -627,6 +627,15 @@ fimc2: fimc@fb400000 {
|
||||
samsung,lcd-wb;
|
||||
};
|
||||
};
|
||||
|
||||
jpeg_codec: jpeg-codec@fb600000 {
|
||||
compatible = "samsung,s5pv210-jpeg";
|
||||
reg = <0xfb600000 0x1000>;
|
||||
interrupt-parent = <&vic2>;
|
||||
interrupts = <8>;
|
||||
clocks = <&clocks CLK_JPEG>;
|
||||
clock-names = "jpeg";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user