summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2024-05-07 13:45:05 +0200
committerRobert Marko <robimarko@gmail.com>2024-05-09 10:11:43 +0200
commitb475e8f717163fd0cb070d83d6b0bbef1d5a614b (patch)
tree16fb6ba1370d5fce041eb03ae5b34dedbdb776e9 /target
parente54c9c156b94b1a5da5e1e508f5d4ee6c49a11ad (diff)
downloadopenwrt-b475e8f717163fd0cb070d83d6b0bbef1d5a614b.tar.gz
openwrt-b475e8f717163fd0cb070d83d6b0bbef1d5a614b.tar.bz2
openwrt-b475e8f717163fd0cb070d83d6b0bbef1d5a614b.zip
ipq40xx: wpj419: use existing labels for DMA nodes
WPJ419 is still manually defining dma nodes(And even some labels), so lets convert it to use the existing upstream labels for DMA nodes. Link: https://github.com/openwrt/openwrt/pull/15415 Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-wpj419.dts24
1 files changed, 12 insertions, 12 deletions
diff --git a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-wpj419.dts b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-wpj419.dts
index 99875485a3..23dbf9f991 100644
--- a/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-wpj419.dts
+++ b/target/linux/ipq40xx/files-6.6/arch/arm/boot/dts/qcom/qcom-ipq4019-wpj419.dts
@@ -139,10 +139,6 @@
};
};
- blsp_dma: dma@7884000 {
- status = "okay";
- };
-
spi_0: spi@78b5000 {
pinctrl-0 = <&spi_0_pins>;
pinctrl-names = "default";
@@ -300,14 +296,6 @@
status = "okay";
};
- cryptobam: dma@8e04000 {
- status = "okay";
- };
-
- qpic_bam: dma@7984000 {
- status = "okay";
- };
-
pcie0: pci@40000000 {
status = "okay";
perst-gpio = <&tlmm 38 GPIO_ACTIVE_LOW>;
@@ -326,6 +314,10 @@
};
};
+&blsp_dma {
+ status = "okay";
+};
+
&watchdog {
status = "okay";
};
@@ -334,6 +326,10 @@
status = "okay";
};
+&cryptobam {
+ status = "okay";
+};
+
&usb3_ss_phy {
status = "okay";
};
@@ -354,6 +350,10 @@
status = "okay";
};
+&qpic_bam {
+ status = "okay";
+};
+
&nand {
pinctrl-0 = <&nand_pins>;
pinctrl-names = "default";