Skip to content

Commit

Permalink
arm64: dts: ti: k3-am65-base-board Use generic camera for node name i…
Browse files Browse the repository at this point in the history
…nstead of ov5640

Use camera@ naming for nodes following standard conventions of device
tree (section 2.2.2 Generic Names recommendation in [1]).

[1] https://github.com/devicetree-org/devicetree-specification/tree/v0.3

Suggested-by: Suman Anna <[email protected]>
Signed-off-by: Nishanth Menon <[email protected]>
Reviewed-by: Lokesh Vutla <[email protected]>
Acked-by: Suman Anna <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
nmenon committed Sep 7, 2020
1 parent dcccf77 commit 4c19fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/ti/k3-am654-base-board.dts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
pinctrl-0 = <&main_i2c1_pins_default>;
clock-frequency = <400000>;

ov5640@3c {
ov5640: camera@3c {
compatible = "ovti,ov5640";
reg = <0x3c>;

Expand Down

0 comments on commit 4c19fb9

Please sign in to comment.