Merge branch 'patchwork' into v4l_for_linus
* patchwork: (204 commits) [media] rc: sunxi-cir: Initialize the spinlock properly [media] rtl2832: do not filter out slave TS null packets [media] rtl2832: print reg number on error case [media] rtl28xxu: return demod reg page from driver cache [media] coda: enable MPEG-2 ES decoding [media] coda: don't start streaming without queued buffers [media] coda: hook up vidioc_prepare_buf [media] coda: relax coda_jpeg_check_buffer for trailing bytes [media] coda: make to_coda_video_device static [media] s5p-mfc: remove volatile attribute from MFC register addresses [media] s5p-mfc: merge together s5p_mfc_hw_call and s5p_mfc_hw_call_void [media] s5p-mfc: use spinlock to protect MFC context [media] s5p-mfc: remove unnecessary callbacks [media] s5p-mfc: make queue cleanup code common [media] s5p-mfc: use one implementation of s5p_mfc_get_new_ctx [media] s5p-mfc: constify s5p_mfc_codec_ops structures [media] au8522: Avoid memory leak for device config data [media] ir-lirc-codec.c: don't leak lirc->drv-rbuf [media] uvcvideo: small cleanup in uvc_video_clock_update() [media] uvcvideo: Fix reading the current exposure value of UVC ...
这个提交包含在:
@@ -6,6 +6,9 @@
|
||||
* it under the terms of the GNU General Public License version 2 as
|
||||
* published by the Free Software Foundation.
|
||||
*/
|
||||
#include <dt-bindings/clock/stih407-clks.h>
|
||||
#include <dt-bindings/gpio/gpio.h>
|
||||
#include <dt-bindings/media/c8sectpfe.h>
|
||||
/ {
|
||||
soc {
|
||||
sbc_serial0: serial@9530000 {
|
||||
@@ -35,12 +38,18 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
i2c@9842000 {
|
||||
ssc2: i2c@9842000 {
|
||||
status = "okay";
|
||||
clock-frequency = <100000>;
|
||||
st,i2c-min-scl-pulse-width-us = <0>;
|
||||
st,i2c-min-sda-pulse-width-us = <5>;
|
||||
};
|
||||
|
||||
i2c@9843000 {
|
||||
ssc3: i2c@9843000 {
|
||||
status = "okay";
|
||||
clock-frequency = <100000>;
|
||||
st,i2c-min-scl-pulse-width-us = <0>;
|
||||
st,i2c-min-sda-pulse-width-us = <5>;
|
||||
};
|
||||
|
||||
i2c@9844000 {
|
||||
@@ -93,5 +102,38 @@
|
||||
phy-mode = "rgmii";
|
||||
fixed-link = <0 1 1000 0 0>;
|
||||
};
|
||||
|
||||
demux@08a20000 {
|
||||
compatible = "st,stih407-c8sectpfe";
|
||||
status = "okay";
|
||||
reg = <0x08a20000 0x10000>,
|
||||
<0x08a00000 0x4000>;
|
||||
reg-names = "c8sectpfe", "c8sectpfe-ram";
|
||||
interrupts = <GIC_SPI 34 IRQ_TYPE_NONE>,
|
||||
<GIC_SPI 35 IRQ_TYPE_NONE>;
|
||||
interrupt-names = "c8sectpfe-error-irq",
|
||||
"c8sectpfe-idle-irq";
|
||||
pinctrl-0 = <&pinctrl_tsin0_serial>;
|
||||
pinctrl-1 = <&pinctrl_tsin0_parallel>;
|
||||
pinctrl-2 = <&pinctrl_tsin3_serial>;
|
||||
pinctrl-3 = <&pinctrl_tsin4_serial_alt3>;
|
||||
pinctrl-4 = <&pinctrl_tsin5_serial_alt1>;
|
||||
pinctrl-names = "tsin0-serial",
|
||||
"tsin0-parallel",
|
||||
"tsin3-serial",
|
||||
"tsin4-serial",
|
||||
"tsin5-serial";
|
||||
clocks = <&clk_s_c0_flexgen CLK_PROC_STFE>;
|
||||
clock-names = "c8sectpfe";
|
||||
|
||||
/* tsin0 is TSA on NIMA */
|
||||
tsin0: port@0 {
|
||||
tsin-num = <0>;
|
||||
serial-not-parallel;
|
||||
i2c-bus = <&ssc2>;
|
||||
reset-gpios = <&pio15 4 GPIO_ACTIVE_HIGH>;
|
||||
dvb-card = <STV0367_TDA18212_NIMA_1>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
在新工单中引用
屏蔽一个用户