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.
Merge pull request armbian#1032 from rabits/fb-gpiomem-to-rockchip-ne…
…xt_master ASUS Tinkerboard: Ported /dev/gpiomem from default to next rockchip kernel
- Loading branch information
Showing
3 changed files
with
381 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
diff --git a/arch/arm/boot/dts/rk3288-tinker.dts b/arch/arm/boot/dts/rk3288-tinker.dts | ||
index 925b277..33b198e 100644 | ||
--- a/arch/arm/boot/dts/rk3288-tinker.dts | ||
+++ b/arch/arm/boot/dts/rk3288-tinker.dts | ||
@@ -100,6 +100,12 @@ | ||
}; | ||
}; | ||
|
||
+ rk3288-gpiomem { | ||
+ compatible = "rockchip,rk3288-gpiomem"; | ||
+ reg = <0x0 0xff750000 0x0 0x1000>; | ||
+ status = "okay"; | ||
+ }; | ||
+ | ||
sound { | ||
compatible = "simple-audio-card"; | ||
simple-audio-card,format = "i2s"; |
Oops, something went wrong.