Skip to content

Commit 2b25930

Browse files
committed
Merge tag 'sunxi-fixes-for-4.11' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux into fixes
Allwinner fixes for 4.11 A bunch of device tree fixes for various boards / SoCs. * tag 'sunxi-fixes-for-4.11' of https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux: ARM: sun8i: a23/a33: drop bl_en_pin GPIO pinmux in reference design DTSI ARM: dts: sun7i: lamobo-r1: Fix CPU port RGMII settings ARM: sun8i: Fix the mali clock rate Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents fe64ccb + 9693219 commit 2b25930

File tree

3 files changed

+2
-9
lines changed

3 files changed

+2
-9
lines changed

arch/arm/boot/dts/sun7i-a20-lamobo-r1.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@
167167
reg = <8>;
168168
label = "cpu";
169169
ethernet = <&gmac>;
170-
phy-mode = "rgmii";
170+
phy-mode = "rgmii-txid";
171171
fixed-link {
172172
speed = <1000>;
173173
full-duplex;

arch/arm/boot/dts/sun8i-a23-a33.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@
495495
resets = <&ccu RST_BUS_GPU>;
496496

497497
assigned-clocks = <&ccu CLK_GPU>;
498-
assigned-clock-rates = <408000000>;
498+
assigned-clock-rates = <384000000>;
499499
};
500500

501501
gic: interrupt-controller@01c81000 {

arch/arm/boot/dts/sun8i-reference-design-tablet.dtsi

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@
5050

5151
backlight: backlight {
5252
compatible = "pwm-backlight";
53-
pinctrl-names = "default";
54-
pinctrl-0 = <&bl_en_pin>;
5553
pwms = <&pwm 0 50000 PWM_POLARITY_INVERTED>;
5654
brightness-levels = <0 10 20 30 40 50 60 70 80 90 100>;
5755
default-brightness-level = <8>;
@@ -93,11 +91,6 @@
9391
};
9492

9593
&pio {
96-
bl_en_pin: bl_en_pin@0 {
97-
pins = "PH6";
98-
function = "gpio_in";
99-
};
100-
10194
mmc0_cd_pin: mmc0_cd_pin@0 {
10295
pins = "PB4";
10396
function = "gpio_in";

0 commit comments

Comments
 (0)