summaryrefslogtreecommitdiff
path: root/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts
diff options
context:
space:
mode:
authorAdam Ford <aford173@gmail.com>2022-02-26 11:01:21 -0600
committerTom Rini <trini@konsulko.com>2022-03-10 13:57:04 -0500
commit08ff17d3b9376ce55e2ff9e6a4181c8661d8c628 (patch)
treec47b306032e30d53fb2029ceb10ab46f194f4d2e /arch/arm/dts/logicpd-torpedo-37xx-devkit.dts
parent735ec22375fb3c7e85e79c6c6a8a2b788af1e98c (diff)
ARM: dts: logicpd-torpedo: Resyc DTS files with Linux 5.17-rc5
Resyc DTS files with Linux 5.17-rc5. Signed-off-by: Adam Ford <aford173@gmail.com>
Diffstat (limited to 'arch/arm/dts/logicpd-torpedo-37xx-devkit.dts')
-rw-r--r--arch/arm/dts/logicpd-torpedo-37xx-devkit.dts23
1 files changed, 23 insertions, 0 deletions
diff --git a/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts b/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts
index 18c27e85051..07ea822fe40 100644
--- a/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts
+++ b/arch/arm/dts/logicpd-torpedo-37xx-devkit.dts
@@ -50,6 +50,20 @@
};
};
+&uart2 {
+ /delete-property/dma-names;
+ bluetooth {
+ compatible = "ti,wl1283-st";
+ enable-gpios = <&gpio6 2 GPIO_ACTIVE_HIGH>; /* gpio 162 */
+ max-speed = <3000000>;
+ };
+};
+
+/* The DM3730 has a faster L3 than OMAP35, so increase pixel clock */
+&mt9p031_out {
+ pixel-clock-frequency = <90000000>;
+};
+
&omap3_pmx_core {
mmc3_pins: pinmux_mm3_pins {
pinctrl-single,pins = <
@@ -71,3 +85,12 @@
>;
};
};
+
+/* The gpio muxing between omap3530 and dm3730 is different for GPIO_128 */
+&omap3_pmx_wkup {
+ isp1763_pins: pinmux_isp1763_pins {
+ pinctrl-single,pins = <
+ OMAP3_WKUP_IOPAD(0x2a58, PIN_INPUT_PULLUP | MUX_MODE4) /* reserved.gpio_128 */
+ >;
+ };
+};