.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | | - * Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/ |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
| 3 | + * Copyright (C) 2013 Texas Instruments Incorporated - https://www.ti.com/ |
---|
7 | 4 | */ |
---|
8 | 5 | #include "omap5.dtsi" |
---|
9 | 6 | #include <dt-bindings/interrupt-controller/irq.h> |
---|
.. | .. |
---|
357 | 354 | pinctrl-names = "default"; |
---|
358 | 355 | pinctrl-0 = <&wlcore_irq_pin>; |
---|
359 | 356 | interrupt-parent = <&gpio1>; |
---|
360 | | - interrupts = <14 IRQ_TYPE_EDGE_RISING>; /* gpio 14 */ |
---|
| 357 | + interrupts = <14 IRQ_TYPE_LEVEL_HIGH>; /* gpio 14 */ |
---|
361 | 358 | ref-clock-frequency = <26000000>; |
---|
362 | 359 | }; |
---|
363 | 360 | }; |
---|
.. | .. |
---|
660 | 657 | }; |
---|
661 | 658 | }; |
---|
662 | 659 | |
---|
663 | | -&mcpdm { |
---|
| 660 | +&mcpdm_module { |
---|
| 661 | + /* Module on the SoC needs external clock from the PMIC */ |
---|
664 | 662 | pinctrl-names = "default"; |
---|
665 | 663 | pinctrl-0 = <&mcpdm_pins>; |
---|
| 664 | + status = "okay"; |
---|
| 665 | +}; |
---|
666 | 666 | |
---|
| 667 | +&mcpdm { |
---|
667 | 668 | clocks = <&twl6040>; |
---|
668 | 669 | clock-names = "pdmclk"; |
---|
669 | | - |
---|
670 | | - status = "okay"; |
---|
671 | 670 | }; |
---|
672 | 671 | |
---|
673 | 672 | &mcbsp1 { |
---|
.. | .. |
---|
737 | 736 | }; |
---|
738 | 737 | |
---|
739 | 738 | &dss { |
---|
740 | | - status = "ok"; |
---|
| 739 | + status = "okay"; |
---|
741 | 740 | }; |
---|
742 | 741 | |
---|
743 | 742 | &hdmi { |
---|
744 | | - status = "ok"; |
---|
| 743 | + status = "okay"; |
---|
745 | 744 | |
---|
746 | 745 | /* vdda-supply populated in board specific dts file */ |
---|
747 | 746 | |
---|