diff options
author | Jacopo Mondi <jacopo+renesas@jmondi.org> | 2018-09-13 09:59:51 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-10-04 16:25:33 -0400 |
commit | cac0223c469027b57a2c58bd211241c05ddf0b4d (patch) | |
tree | 8d1d2278d3d167e74759034b5ce77199c0f1dfc5 /arch/arm/boot/dts/gr-peach-audiocamerashield.dtsi | |
parent | 6a3da2e2a43aeb295f2d4541e7e7efb0b6349b3a (diff) | |
download | talos-op-linux-cac0223c469027b57a2c58bd211241c05ddf0b4d.tar.gz talos-op-linux-cac0223c469027b57a2c58bd211241c05ddf0b4d.zip |
media: renesas-ceu: Use default mbus settings
As the v4l2-fwnode now allows drivers to set defaults, and eventually
override them by specifying properties in DTS, use defaults for the CEU
driver.
Also remove endpoint properties from the gr-peach-audiocamerashield as
they match the defaults now specified in the driver code
(h/vsync-active and bus-width) or are not relevant to the interface
as they cannot be configured (pclk-sample).
Signed-off-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/gr-peach-audiocamerashield.dtsi')
-rw-r--r-- | arch/arm/boot/dts/gr-peach-audiocamerashield.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/gr-peach-audiocamerashield.dtsi b/arch/arm/boot/dts/gr-peach-audiocamerashield.dtsi index e31a9e3c18a2..8d77579807ec 100644 --- a/arch/arm/boot/dts/gr-peach-audiocamerashield.dtsi +++ b/arch/arm/boot/dts/gr-peach-audiocamerashield.dtsi @@ -69,10 +69,6 @@ port { ceu_in: endpoint { - hsync-active = <1>; - vsync-active = <1>; - bus-width = <8>; - pclk-sample = <1>; remote-endpoint = <&mt9v111_out>; }; }; |