From: shawn.guo@linaro.org (Shawn Guo)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] ARM: imx6qdl-sabreauto.dtsi: add max7310 support
Date: Wed, 11 Mar 2015 09:46:09 +0800 [thread overview]
Message-ID: <20150311014606.GY20455@dragon> (raw)
In-Reply-To: <1425893288-1517-2-git-send-email-peter.chen@freescale.com>
On Mon, Mar 09, 2015 at 05:28:06PM +0800, Peter Chen wrote:
> max7310 is an i2c interface gpio expander
>
> Signed-off-by: Peter Chen <peter.chen@freescale.com>
> ---
> arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 43 ++++++++++++++++++++++++++++++++
> 1 file changed, 43 insertions(+)
>
> diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
> index 009abd6..51acfec 100644
> --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
> +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi
> @@ -28,6 +28,13 @@
> };
> };
>
> + max7310_reset: max7310-reset {
> + compatible = "gpio-reset";
The mainline kernel doesn't seem to have a gpio-reset driver/binding
yet.
Shawn
> + reset-gpios = <&gpio1 15 GPIO_ACTIVE_LOW>;
> + reset-delay-us = <1>;
> + #reset-cells = <0>;
> + };
> +
> sound-spdif {
> compatible = "fsl,imx-audio-spdif",
> "fsl,imx-sabreauto-spdif";
> @@ -182,6 +189,35 @@
> };
> };
>
> +&i2c3 {
> + pinctrl-names = "default";
> + pinctrl-0 = <&pinctrl_i2c3>;
> + pinctrl-assert-gpios = <&gpio5 4 GPIO_ACTIVE_HIGH>;
> + status = "okay";
> +
> + max7310_a: gpio at 30 {
> + compatible = "maxim,max7310";
> + reg = <0x30>;
> + gpio-controller;
> + #gpio-cells = <2>;
> + resets = <&max7310_reset>;
> + };
> +
> + max7310_b: gpio at 32 {
> + compatible = "maxim,max7310";
> + reg = <0x32>;
> + gpio-controller;
> + #gpio-cells = <2>;
> + };
> +
> + max7310_c: gpio at 34 {
> + compatible = "maxim,max7310";
> + reg = <0x34>;
> + gpio-controller;
> + #gpio-cells = <2>;
> + };
> +};
> +
> &iomuxc {
> pinctrl-names = "default";
> pinctrl-0 = <&pinctrl_hog>;
> @@ -265,6 +301,13 @@
> >;
> };
>
> + pinctrl_i2c3: i2c3grp {
> + fsl,pins = <
> + MX6QDL_PAD_GPIO_3__I2C3_SCL 0x4001b8b1
> + MX6QDL_PAD_EIM_D18__I2C3_SDA 0x4001b8b1
> + >;
> + };
> +
> pinctrl_pwm3: pwm1grp {
> fsl,pins = <
> MX6QDL_PAD_SD4_DAT1__PWM3_OUT 0x1b0b1
> --
> 1.9.1
>
next prev parent reply other threads:[~2015-03-11 1:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-09 9:28 [PATCH 0/3] imx: add max7310 and usb support for imx6qdl sabreauto Peter Chen
2015-03-09 9:28 ` [PATCH 1/3] ARM: imx6qdl-sabreauto.dtsi: add max7310 support Peter Chen
2015-03-11 1:46 ` Shawn Guo [this message]
2015-03-13 2:40 ` Peter Chen
2015-03-13 3:37 ` Shawn Guo
2015-03-09 9:28 ` [PATCH 2/3] ARM: imx6qdl-sabreauto.dtsi: enable USB support Peter Chen
2015-03-09 9:28 ` [PATCH 3/3] ARM: imx_v6_v7_defconfig: Add CONFIG_GPIO_PCA953X Peter Chen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150311014606.GY20455@dragon \
--to=shawn.guo@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox