Skip to content

Commit 1f6c926

Browse files
committed
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Pull ARM SoC fixes from Olof Johansson: "Final batch of SoC fixes A few fixes that have trickled in over the last week, all fixing minor errors in devicetrees -- UART pin assignment on Allwinner H3, correcting number of SATA ports on a Marvell-based Linkstation platform and a display clock fix for Freescale/NXP i.MX7D that fixes a freeze when starting up X" * tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc: ARM: dts: orion5x: fix number of sata port for linkstation ls-gl ARM: dts: imx7d: fix LCDIF clock assignment dts: sun8i-h3: correct UART3 pin definitions
2 parents 7514712 + 038ccb3 commit 1f6c926

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

arch/arm/boot/dts/imx7s.dtsi

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -643,9 +643,8 @@
643643
reg = <0x30730000 0x10000>;
644644
interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>;
645645
clocks = <&clks IMX7D_LCDIF_PIXEL_ROOT_CLK>,
646-
<&clks IMX7D_CLK_DUMMY>,
647-
<&clks IMX7D_CLK_DUMMY>;
648-
clock-names = "pix", "axi", "disp_axi";
646+
<&clks IMX7D_LCDIF_PIXEL_ROOT_CLK>;
647+
clock-names = "pix", "axi";
649648
status = "disabled";
650649
};
651650
};

arch/arm/boot/dts/orion5x-linkstation-lsgl.dts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@
8282
gpios = <&gpio0 9 GPIO_ACTIVE_HIGH>;
8383
};
8484

85+
&sata {
86+
nr-ports = <2>;
87+
};
88+
8589
&ehci1 {
8690
status = "okay";
8791
};

arch/arm/boot/dts/sun8i-h3.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
};
411411

412412
uart3_pins: uart3 {
413-
allwinner,pins = "PG13", "PG14";
413+
allwinner,pins = "PA13", "PA14";
414414
allwinner,function = "uart3";
415415
allwinner,drive = <SUN4I_PINCTRL_10_MA>;
416416
allwinner,pull = <SUN4I_PINCTRL_NO_PULL>;

0 commit comments

Comments
 (0)