On Thu, Jun 19, 2014 at 01:37:07PM +0200, Thierry Reding wrote:
From: Thierry Reding <redacted>
This patch adds the device tree binding documentation for the XUSB pad
controller found on NVIDIA Tegra SoCs. It exposes both pinmuxing and PHY
capabilities.
Tested-by: Mikko Perttunen <redacted>
Signed-off-by: Thierry Reding <redacted>
---
Changes in v4:
- drop unneeded #address-cells = <0> and #size-cells = <0>
Changes in v2:
- move header file to this patch and refer to it in the binding
- update example to match the latest binding
.../pinctrl/nvidia,tegra124-xusb-padctl.txt | 127 +++++++++++++++++++++
include/dt-bindings/pinctrl/pinctrl-tegra-xusb.h | 7 ++
2 files changed, 134 insertions(+)
create mode 100644 Documentation/devicetree/bindings/pinctrl/nvidia,tegra124-xusb-padctl.txt
create mode 100644 include/dt-bindings/pinctrl/pinctrl-tegra-xusb.h
Patches 1 and 2 applied to the for-3.17/xusb-padctl branch with Linus'
Acked-by.
Thierry