mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
media: dt-bindings: sony,imx214: Deprecate property clock-frequency
Deprecate the clock-frequency property in favor of assigned-clock-rates.
While at it, re-order properties according to coding style and fix the
link-frequency in the example. See commit acc294519f ("media: i2c:
imx214: Fix link frequency validation").
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: André Apitzsch <git@apitzsch.eu>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
committed by
Hans Verkuil
parent
b9b3596629
commit
5ecc7b0b48
@@ -33,20 +33,21 @@ properties:
|
||||
|
||||
clock-frequency:
|
||||
description: Frequency of the xclk clock in Hz.
|
||||
deprecated: true
|
||||
|
||||
enable-gpios:
|
||||
description: GPIO descriptor for the enable pin.
|
||||
maxItems: 1
|
||||
|
||||
vdddo-supply:
|
||||
description: Chip digital IO regulator (1.8V).
|
||||
|
||||
vdda-supply:
|
||||
description: Chip analog regulator (2.7V).
|
||||
|
||||
vddd-supply:
|
||||
description: Chip digital core regulator (1.12V).
|
||||
|
||||
vdddo-supply:
|
||||
description: Chip digital IO regulator (1.8V).
|
||||
|
||||
flash-leds: true
|
||||
lens-focus: true
|
||||
|
||||
@@ -84,11 +85,10 @@ required:
|
||||
- compatible
|
||||
- reg
|
||||
- clocks
|
||||
- clock-frequency
|
||||
- enable-gpios
|
||||
- vdddo-supply
|
||||
- vdda-supply
|
||||
- vddd-supply
|
||||
- vdddo-supply
|
||||
- port
|
||||
|
||||
unevaluatedProperties: false
|
||||
@@ -104,22 +104,25 @@ examples:
|
||||
camera-sensor@1a {
|
||||
compatible = "sony,imx214";
|
||||
reg = <0x1a>;
|
||||
vdddo-supply = <&pm8994_lvs1>;
|
||||
vddd-supply = <&camera_vddd_1v12>;
|
||||
vdda-supply = <&pm8994_l17>;
|
||||
lens-focus = <&ad5820>;
|
||||
enable-gpios = <&msmgpio 25 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
clocks = <&camera_clk>;
|
||||
clock-frequency = <24000000>;
|
||||
assigned-clocks = <&camera_clk>;
|
||||
assigned-clock-rates = <24000000>;
|
||||
|
||||
enable-gpios = <&msmgpio 25 GPIO_ACTIVE_HIGH>;
|
||||
|
||||
vdda-supply = <&pm8994_l17>;
|
||||
vddd-supply = <&camera_vddd_1v12>;
|
||||
vdddo-supply = <&pm8994_lvs1>;
|
||||
|
||||
lens-focus = <&ad5820>;
|
||||
|
||||
port {
|
||||
imx214_ep: endpoint {
|
||||
data-lanes = <1 2 3 4>;
|
||||
link-frequencies = /bits/ 64 <480000000>;
|
||||
link-frequencies = /bits/ 64 <600000000>;
|
||||
remote-endpoint = <&csiphy0_ep>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
...
|
||||
|
||||
Reference in New Issue
Block a user