mirror of https://github.com/torvalds/linux.git
dt-bindings: media: qcom,x1e80100-camss: Fix isp unit address
According to the devicetree specification a unit address shall match the first address value of the reg property. Reviewed-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org> Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org> Signed-off-by: Bryan O'Donoghue <bod@kernel.org> Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
This commit is contained in:
parent
b8ef764aff
commit
1da245b6b7
|
|
@ -190,7 +190,7 @@ examples:
|
|||
#address-cells = <2>;
|
||||
#size-cells = <2>;
|
||||
|
||||
camss: isp@acb6000 {
|
||||
camss: isp@acb7000 {
|
||||
compatible = "qcom,x1e80100-camss";
|
||||
|
||||
reg = <0 0x0acb7000 0 0x2000>,
|
||||
|
|
|
|||
Loading…
Reference in New Issue