forked from radxa-pkg/radxa-overlays
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: ROCK series overlays are replaced with reference syntax
- Loading branch information
Showing
93 changed files
with
9,624 additions
and
12,710 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
110 changes: 32 additions & 78 deletions
110
arch/arm64/boot/dts/rockchip/overlays/rock-3-ov5647.dtsi
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,89 +1,43 @@ | ||
/ { | ||
fragment@0 { | ||
target = <&ext_cam_clk>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@1 { | ||
target = <&i2c5>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@2 { | ||
target = <&ov5647>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@3 { | ||
target = <&csi2_dphy_hw>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@4 { | ||
target = <&csi2_dphy0>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@5 { | ||
target = <&rkisp_vir0>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
&ext_cam_clk { | ||
status = "okay"; | ||
}; | ||
|
||
fragment@6 { | ||
target = <&rkisp>; | ||
&i2c5 { | ||
status = "okay"; | ||
}; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
&ov5647 { | ||
status = "okay"; | ||
}; | ||
|
||
fragment@7 { | ||
target = <&rkisp_mmu>; | ||
&csi2_dphy_hw { | ||
status = "okay"; | ||
}; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
&csi2_dphy0 { | ||
status = "okay"; | ||
}; | ||
|
||
fragment@8 { | ||
target = <&rkcif_mmu>; | ||
&rkisp_vir0 { | ||
status = "okay"; | ||
}; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
&rkisp{ | ||
status = "okay"; | ||
}; | ||
|
||
fragment@9 { | ||
target = <&rkcif>; | ||
&rkisp_mmu { | ||
status = "okay"; | ||
}; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
&rkcif_mmu { | ||
status = "okay"; | ||
}; | ||
|
||
fragment@10 { | ||
target = <&vcc_camera>; | ||
&rkcif { | ||
status = "okay"; | ||
}; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
&vcc_camera { | ||
status = "okay"; | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.