diff options
author | Sandor Yu <R01008@freescale.com> | 2013-08-22 01:40:15 -0400 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-04-16 09:01:26 -0400 |
commit | a7d81444cb2b2042d5d9669396305187647beb7c (patch) | |
tree | ec19075881e51044245c1e11e00535c928377d05 /arch | |
parent | 181af613d45e9f0a3e386a66dfa54acd26f0fdf7 (diff) |
ENGR00276224-02 ARM dts: update dts for hdmi cec function
- Add correct hdmi cec interrupter property.
- Add correct pinctrl for imx6 sabreauto board.
Signed-off-by: Sandor Yu <R01008@freescale.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/imx6dl.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6q.dtsi | 2 | ||||
-rw-r--r-- | arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index 5b64af74fdbd..3d822a6be1d4 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi | |||
@@ -109,7 +109,7 @@ | |||
109 | 109 | ||
110 | hdmi_cec: hdmi_cec@00120000 { | 110 | hdmi_cec: hdmi_cec@00120000 { |
111 | compatible = "fsl,imx6dl-hdmi-cec"; | 111 | compatible = "fsl,imx6dl-hdmi-cec"; |
112 | interrupts = <0 116 0x04>; | 112 | interrupts = <0 115 0x04>; |
113 | status = "disabled"; | 113 | status = "disabled"; |
114 | }; | 114 | }; |
115 | 115 | ||
diff --git a/arch/arm/boot/dts/imx6q.dtsi b/arch/arm/boot/dts/imx6q.dtsi index 5e453bce050f..c2bb78d2ce7b 100644 --- a/arch/arm/boot/dts/imx6q.dtsi +++ b/arch/arm/boot/dts/imx6q.dtsi | |||
@@ -128,7 +128,7 @@ | |||
128 | 128 | ||
129 | hdmi_cec: hdmi_cec@00120000 { | 129 | hdmi_cec: hdmi_cec@00120000 { |
130 | compatible = "fsl,imx6q-hdmi-cec"; | 130 | compatible = "fsl,imx6q-hdmi-cec"; |
131 | interrupts = <0 116 0x04>; | 131 | interrupts = <0 115 0x04>; |
132 | status = "disabled"; | 132 | status = "disabled"; |
133 | }; | 133 | }; |
134 | 134 | ||
diff --git a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi index b3f413766bae..9772979b756b 100644 --- a/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi +++ b/arch/arm/boot/dts/imx6qdl-sabreauto.dtsi | |||
@@ -293,7 +293,7 @@ | |||
293 | 293 | ||
294 | &hdmi_cec { | 294 | &hdmi_cec { |
295 | pinctrl-names = "default"; | 295 | pinctrl-names = "default"; |
296 | pinctrl-0 = <&pinctrl_hdmi_cec_2>; | 296 | pinctrl-0 = <&pinctrl_hdmi_cec_1>; |
297 | status = "okay"; | 297 | status = "okay"; |
298 | }; | 298 | }; |
299 | 299 | ||