hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/arch/arm/boot/dts/omap5-board-common.dtsi
....@@ -1,9 +1,6 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
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/
74 */
85 #include "omap5.dtsi"
96 #include <dt-bindings/interrupt-controller/irq.h>
....@@ -357,7 +354,7 @@
357354 pinctrl-names = "default";
358355 pinctrl-0 = <&wlcore_irq_pin>;
359356 interrupt-parent = <&gpio1>;
360
- interrupts = <14 IRQ_TYPE_EDGE_RISING>; /* gpio 14 */
357
+ interrupts = <14 IRQ_TYPE_LEVEL_HIGH>; /* gpio 14 */
361358 ref-clock-frequency = <26000000>;
362359 };
363360 };
....@@ -660,14 +657,16 @@
660657 };
661658 };
662659
663
-&mcpdm {
660
+&mcpdm_module {
661
+ /* Module on the SoC needs external clock from the PMIC */
664662 pinctrl-names = "default";
665663 pinctrl-0 = <&mcpdm_pins>;
664
+ status = "okay";
665
+};
666666
667
+&mcpdm {
667668 clocks = <&twl6040>;
668669 clock-names = "pdmclk";
669
-
670
- status = "okay";
671670 };
672671
673672 &mcbsp1 {
....@@ -737,11 +736,11 @@
737736 };
738737
739738 &dss {
740
- status = "ok";
739
+ status = "okay";
741740 };
742741
743742 &hdmi {
744
- status = "ok";
743
+ status = "okay";
745744
746745 /* vdda-supply populated in board specific dts file */
747746