mirror of
https://github.com/outbackdingo/firmware.git
synced 2026-01-28 02:18:57 +00:00
Add support for HiChip/CamHi GPIO motor driver gor Goke
This commit is contained in:
54
br-ext-chip-goke/board/gk7205v200/kernel/patches/23_enable_timer1.patch
Executable file
54
br-ext-chip-goke/board/gk7205v200/kernel/patches/23_enable_timer1.patch
Executable file
@@ -0,0 +1,54 @@
|
||||
--- a/arch/arm/boot/dts/gk7205v300.dtsi
|
||||
+++ b/arch/arm/boot/dts/gk7205v300.dtsi
|
||||
@@ -139,13 +139,13 @@
|
||||
};
|
||||
|
||||
dual_timer1: dual_timer@12001000 {
|
||||
- compatible = "arm,sp804", "arm,primecell";
|
||||
+ compatible = "arm,sp805", "arm,primecell5";
|
||||
/* timer2 & timer3 */
|
||||
interrupts = <0 6 4>;
|
||||
reg = <0x12001000 0x1000>;
|
||||
clocks = <&clk_3m>, <&clk_3m>, <&clk_apb>;
|
||||
clock-names = "timer10", "timer11", "apb_pclk";
|
||||
- status = "disabled";
|
||||
+ status = "okay";
|
||||
};
|
||||
|
||||
uart0: uart@12040000 {
|
||||
--- a/arch/arm/boot/dts/gk7205v200.dtsi
|
||||
+++ b/arch/arm/boot/dts/gk7205v200.dtsi
|
||||
@@ -142,13 +142,13 @@
|
||||
};
|
||||
|
||||
dual_timer1: dual_timer@12001000 {
|
||||
- compatible = "arm,sp804", "arm,primecell";
|
||||
+ compatible = "arm,sp805", "arm,primecell5";
|
||||
/* timer2 & timer3 */
|
||||
interrupts = <0 6 4>;
|
||||
reg = <0x12001000 0x1000>;
|
||||
clocks = <&clk_3m>, <&clk_3m>, <&clk_apb>;
|
||||
clock-names = "timer10", "timer11", "apb_pclk";
|
||||
- status = "disabled";
|
||||
+ status = "okay";
|
||||
};
|
||||
|
||||
uart0: uart@12040000 {
|
||||
--- a/arch/arm/boot/dts/gk7202v300.dtsi
|
||||
+++ b/arch/arm/boot/dts/gk7202v300.dtsi
|
||||
@@ -142,13 +142,13 @@
|
||||
};
|
||||
|
||||
dual_timer1: dual_timer@12001000 {
|
||||
- compatible = "arm,sp804", "arm,primecell";
|
||||
+ compatible = "arm,sp805", "arm,primecell5";
|
||||
/* timer2 & timer3 */
|
||||
interrupts = <0 6 4>;
|
||||
reg = <0x12001000 0x1000>;
|
||||
clocks = <&clk_3m>, <&clk_3m>, <&clk_apb>;
|
||||
clock-names = "timer10", "timer11", "apb_pclk";
|
||||
- status = "disabled";
|
||||
+ status = "okay";
|
||||
};
|
||||
|
||||
uart0: uart@12040000 {
|
||||
BIN
general/package/goke-osdrv-gk7205v200/files/kmod/camhi-motor.ko
Executable file
BIN
general/package/goke-osdrv-gk7205v200/files/kmod/camhi-motor.ko
Executable file
Binary file not shown.
Reference in New Issue
Block a user