forked from armbian/build
-
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.
patch: kernel: rk35xx-vendor-6.1: adakta-smarc: add lvds overlay
- Loading branch information
Showing
4 changed files
with
176 additions
and
0 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
patch/kernel/rk35xx-vendor-6.1/overlay/adakta-smarc-display-lvds0-vp1.dts
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
metadata { | ||
title = "Enable LVDS0 via VP1"; | ||
compatible = "adakta,adakta-smarc-rk3568"; | ||
category = "display"; | ||
description = "Enable LVDS0 via VP1"; | ||
}; | ||
|
||
fragment@0 { | ||
target = <&lvds0>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@1 { | ||
target = <&lvds0_in_vp1>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@2 { | ||
target = <&route_lvds>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
connect = <&vp1_out_lvds>; | ||
}; | ||
}; | ||
|
||
fragment@3 { | ||
target = <&lvds0_backlight>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
}; |
44 changes: 44 additions & 0 deletions
44
patch/kernel/rk35xx-vendor-6.1/overlay/adakta-smarc-display-lvds0-vp2.dts
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
metadata { | ||
title = "Enable LVDS0 via VP2"; | ||
compatible = "adakta,adakta-smarc-rk3568"; | ||
category = "display"; | ||
description = "Enable LVDS0 via VP2"; | ||
}; | ||
|
||
fragment@0 { | ||
target = <&lvds0>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@1 { | ||
target = <&lvds0_in_vp2>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@2 { | ||
target = <&route_lvds>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
connect = <&vp2_out_lvds>; | ||
}; | ||
}; | ||
|
||
fragment@3 { | ||
target = <&lvds0_backlight>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
}; |
44 changes: 44 additions & 0 deletions
44
patch/kernel/rk35xx-vendor-6.1/overlay/adakta-smarc-display-lvds1-vp1.dts
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
metadata { | ||
title = "Enable LVDS1 via VP1"; | ||
compatible = "adakta,adakta-smarc-rk3568"; | ||
category = "display"; | ||
description = "Enable LVDS1 via VP1"; | ||
}; | ||
|
||
fragment@0 { | ||
target = <&lvds1>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@1 { | ||
target = <&lvds1_in_vp1>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@2 { | ||
target = <&route_lvds>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
connect = <&vp1_out_lvds>; | ||
}; | ||
}; | ||
|
||
fragment@3 { | ||
target = <&lvds1_backlight>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
}; |
44 changes: 44 additions & 0 deletions
44
patch/kernel/rk35xx-vendor-6.1/overlay/adakta-smarc-display-lvds1-vp2.dts
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 |
---|---|---|
@@ -0,0 +1,44 @@ | ||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
metadata { | ||
title = "Enable LVDS1 via VP2"; | ||
compatible = "adakta,adakta-smarc-rk3568"; | ||
category = "display"; | ||
description = "Enable LVDS1 via VP2"; | ||
}; | ||
|
||
fragment@0 { | ||
target = <&lvds1>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@1 { | ||
target = <&lvds1_in_vp2>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
|
||
fragment@2 { | ||
target = <&route_lvds>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
connect = <&vp2_out_lvds>; | ||
}; | ||
}; | ||
|
||
fragment@3 { | ||
target = <&lvds1_backlight>; | ||
|
||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
}; |