|
@@ -35,7 +35,7 @@ Required properties (tsin (child) node):
|
|
|
|
|
|
- tsin-num : tsin id of the InputBlock (must be between 0 to 6)
|
|
|
- i2c-bus : phandle to the I2C bus DT node which the demodulators & tuners on this tsin channel are connected.
|
|
|
-- rst-gpio : reset gpio for this tsin channel.
|
|
|
+- reset-gpios : reset gpio for this tsin channel.
|
|
|
|
|
|
Optional properties (tsin (child) node):
|
|
|
|
|
@@ -75,7 +75,7 @@ Example:
|
|
|
tsin-num = <0>;
|
|
|
serial-not-parallel;
|
|
|
i2c-bus = <&ssc2>;
|
|
|
- rst-gpio = <&pio15 4 0>;
|
|
|
+ reset-gpios = <&pio15 4 GPIO_ACTIVE_HIGH>;
|
|
|
dvb-card = <STV0367_TDA18212_NIMA_1>;
|
|
|
};
|
|
|
|
|
@@ -83,7 +83,7 @@ Example:
|
|
|
tsin-num = <3>;
|
|
|
serial-not-parallel;
|
|
|
i2c-bus = <&ssc3>;
|
|
|
- rst-gpio = <&pio15 7 0>;
|
|
|
+ reset-gpios = <&pio15 7 GPIO_ACTIVE_HIGH>;
|
|
|
dvb-card = <STV0367_TDA18212_NIMB_1>;
|
|
|
};
|
|
|
};
|