|
发表于 2016-8-26 12:09:01
只看该作者
6#
分支没有没切对?什么意思呢?
补丁包里面要求
/ {
@@ -498,7 +498,7 @@
flip-y = <0>;
};
mt@40 {
- status = "disabled";
+ status = "okay";
打开kernel/arch/arm/boot/dts/firefly-rk3288.dts
498 行里面是下面内容
&i2c3 {
status = "okay";
};
&i2c4 {
status = "okay";
rk1000_control@40 {
compatible = "rockchip,rk1000_control";
reg = <0x40>;
gpio-reset = <&gpio7 GPIO_C5 GPIO_ACTIVE_LOW>;
clocks = <&clk_i2s>, <&clk_i2s_out>;
clock-names = "i2s_clk","i2s_mclk";
//pinctrl-names = "default";
//pinctrl-0 = <&i2s_mclk>;
};
所以肯定打不上吧。
谢谢大神们 |
|