Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

mfd: dt: Add bindings for the Aspeed LPC Host Controller (LHC)

The LPC bus pinmux configuration on fifth generation Aspeed SoCs depends
on bits in both the System Control Unit and the LPC Host Controller.

The Aspeed LPC Host Controller is described as a child node of the
LPC host-range syscon device for arbitration of access by the host
controller and pinmux drivers.

Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>

authored by

Andrew Jeffery and committed by
Lee Jones
73bee1d3 28fe0816

+26
+26
Documentation/devicetree/bindings/mfd/aspeed-lpc.txt
··· 109 109 }; 110 110 }; 111 111 112 + Host Node Children 113 + ================== 114 + 115 + LPC Host Controller 116 + ------------------- 117 + 118 + The Aspeed LPC Host Controller configures the Low Pin Count (LPC) bus behaviour 119 + between the host and the baseboard management controller. The registers exist 120 + in the "host" portion of the Aspeed LPC controller, which must be the parent of 121 + the LPC host controller node. 122 + 123 + Required properties: 124 + 125 + - compatible: One of: 126 + "aspeed,ast2400-lhc"; 127 + "aspeed,ast2500-lhc"; 128 + 129 + - reg: contains offset/length values of the LHC memory regions. In the 130 + AST2400 and AST2500 there are two regions. 131 + 132 + Example: 133 + 134 + lhc: lhc@20 { 135 + compatible = "aspeed,ast2500-lhc"; 136 + reg = <0x20 0x24 0x48 0x8>; 137 + };