Skip to content

Commit f2c56aa

Browse files
committed
Merge tag 'sunxi-fixes-for-4.17' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes
Allwinner fixes for 4.17 Here is a bunch of fixes for merge issues, typos and wrong clocks being described for simplefb, resulting in non-working displays. * tag 'sunxi-fixes-for-4.17' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux: ARM: sun8i: v3s: fix spelling mistake: "disbaled" -> "disabled" ARM: dts: sun4i: Fix incorrect clocks for displays ARM: dts: sun8i: h3: Re-enable EMAC on Orange Pi One Signed-off-by: Olof Johansson <[email protected]>
2 parents 771c577 + d89ad4f commit f2c56aa

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

arch/arm/boot/dts/sun4i-a10.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
allwinner,pipeline = "de_fe0-de_be0-lcd0-hdmi";
7777
clocks = <&ccu CLK_AHB_LCD0>, <&ccu CLK_AHB_HDMI0>,
7878
<&ccu CLK_AHB_DE_BE0>, <&ccu CLK_AHB_DE_FE0>,
79-
<&ccu CLK_DE_BE0>, <&ccu CLK_AHB_DE_FE0>,
79+
<&ccu CLK_DE_BE0>, <&ccu CLK_DE_FE0>,
8080
<&ccu CLK_TCON0_CH1>, <&ccu CLK_HDMI>,
8181
<&ccu CLK_DRAM_DE_FE0>, <&ccu CLK_DRAM_DE_BE0>;
8282
status = "disabled";
@@ -88,7 +88,7 @@
8888
allwinner,pipeline = "de_fe0-de_be0-lcd0";
8989
clocks = <&ccu CLK_AHB_LCD0>, <&ccu CLK_AHB_DE_BE0>,
9090
<&ccu CLK_AHB_DE_FE0>, <&ccu CLK_DE_BE0>,
91-
<&ccu CLK_AHB_DE_FE0>, <&ccu CLK_TCON0_CH0>,
91+
<&ccu CLK_DE_FE0>, <&ccu CLK_TCON0_CH0>,
9292
<&ccu CLK_DRAM_DE_FE0>, <&ccu CLK_DRAM_DE_BE0>;
9393
status = "disabled";
9494
};
@@ -99,7 +99,7 @@
9999
allwinner,pipeline = "de_fe0-de_be0-lcd0-tve0";
100100
clocks = <&ccu CLK_AHB_TVE0>, <&ccu CLK_AHB_LCD0>,
101101
<&ccu CLK_AHB_DE_BE0>, <&ccu CLK_AHB_DE_FE0>,
102-
<&ccu CLK_DE_BE0>, <&ccu CLK_AHB_DE_FE0>,
102+
<&ccu CLK_DE_BE0>, <&ccu CLK_DE_FE0>,
103103
<&ccu CLK_TCON0_CH1>, <&ccu CLK_DRAM_TVE0>,
104104
<&ccu CLK_DRAM_DE_FE0>, <&ccu CLK_DRAM_DE_BE0>;
105105
status = "disabled";

arch/arm/boot/dts/sun8i-h3-orangepi-one.dts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117
phy-handle = <&int_mii_phy>;
118118
phy-mode = "mii";
119119
allwinner,leds-active-low;
120+
status = "okay";
120121
};
121122

122123
&hdmi {

arch/arm/boot/dts/sun8i-v3s-licheepi-zero-dock.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
leds {
5353
/* The LEDs use PG0~2 pins, which conflict with MMC1 */
54-
status = "disbaled";
54+
status = "disabled";
5555
};
5656
};
5757

0 commit comments

Comments
 (0)