-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Provide dtb overlay to enable pwm node for rk3288
- Loading branch information
1 parent
9063798
commit ced0c4a
Showing
10 changed files
with
116 additions
and
0 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
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
16 changes: 16 additions & 0 deletions
16
patch/kernel/archive/rockchip-6.11/overlay/rockchip-pwm1.dtso
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,16 @@ | ||
/* Definitions for pwm1 | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
compatible = "rockchip,rk3288"; | ||
|
||
fragment@0 { | ||
target = <&pwm1>; | ||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
}; |
16 changes: 16 additions & 0 deletions
16
patch/kernel/archive/rockchip-6.11/overlay/rockchip-pwm2.dtso
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,16 @@ | ||
/* Definitions for pwm2 | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
compatible = "rockchip,rk3288"; | ||
|
||
fragment@0 { | ||
target = <&pwm2>; | ||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
}; |
16 changes: 16 additions & 0 deletions
16
patch/kernel/archive/rockchip-6.11/overlay/rockchip-pwm3.dtso
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,16 @@ | ||
/* Definitions for pwm3 | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
compatible = "rockchip,rk3288"; | ||
|
||
fragment@0 { | ||
target = <&pwm3>; | ||
__overlay__ { | ||
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
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
16 changes: 16 additions & 0 deletions
16
patch/kernel/archive/rockchip-6.6/overlay/rockchip-pwm1.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,16 @@ | ||
/* Definitions for pwm1 | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
compatible = "rockchip,rk3288"; | ||
|
||
fragment@0 { | ||
target = <&pwm1>; | ||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
}; |
16 changes: 16 additions & 0 deletions
16
patch/kernel/archive/rockchip-6.6/overlay/rockchip-pwm2.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,16 @@ | ||
/* Definitions for pwm2 | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
compatible = "rockchip,rk3288"; | ||
|
||
fragment@0 { | ||
target = <&pwm2>; | ||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
}; |
16 changes: 16 additions & 0 deletions
16
patch/kernel/archive/rockchip-6.6/overlay/rockchip-pwm3.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,16 @@ | ||
/* Definitions for pwm3 | ||
*/ | ||
|
||
/dts-v1/; | ||
/plugin/; | ||
|
||
/ { | ||
compatible = "rockchip,rk3288"; | ||
|
||
fragment@0 { | ||
target = <&pwm3>; | ||
__overlay__ { | ||
status = "okay"; | ||
}; | ||
}; | ||
}; |