[PATCH linux dev-4.7 3/3] ARM: dts: aspeed-g5: Give pinctrl phandles for gfx and lhc

Andrew Jeffery andrew at aj.id.au
Mon Feb 13 13:58:51 AEDT 2017


The g5's pinctrl reported:

[    0.750000] aspeed-g5-pinctrl 1e6e2000.syscon:pinctrl at 1e6e2000: No GFX phandle found, some mux configurations may fail
[    0.750000] aspeed-g5-pinctrl 1e6e2000.syscon:pinctrl at 1e6e2000: No LHC phandle found, some mux configurations may fail

as the aspeed,external-nodes property was missing from the pinctrl
node. Fix the mux capability by adding the required phandles.

Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---

This is extracted from commit b590c8d2eed5748dfe52c4fc13df6cadb1b56d58 in the
ARM next/dt tree.

 arch/arm/boot/dts/aspeed-g5.dtsi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/boot/dts/aspeed-g5.dtsi b/arch/arm/boot/dts/aspeed-g5.dtsi
index fcbaa759d523..cff11868a136 100644
--- a/arch/arm/boot/dts/aspeed-g5.dtsi
+++ b/arch/arm/boot/dts/aspeed-g5.dtsi
@@ -174,6 +174,7 @@
 
 				pinctrl: pinctrl at 1e6e2000 {
 					compatible = "aspeed,g5-pinctrl";
+					aspeed,external-nodes = <&gfx &lhc>;
 
 					pinctrl_acpi_default: acpi_default {
 						function = "ACPI";
-- 
2.9.3



More information about the openbmc mailing list