mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-01 03:26:51 +00:00
e0bdf83972
Merged upstream: apm821xx/patches-5.4/150-ata-sata_dwc_460ex-Fix-crash-due-to-OOB-write.patch Similar patch merged upstream: bcm27xx/patches-5.4/950-0210-usb-xhci-Disable-the-XHCI-5-second-timeout.patch Manually adapted: layerscape/patches-5.4/801-audio-0008-Revert-ASoC-Remove-dev_err-usage-after-platform_get_.patch Compile-tested: armvirt/64 Run-tested: armvirt/64 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
43 lines
1.2 KiB
Diff
43 lines
1.2 KiB
Diff
From caa3ee6b094ee18021943504c938919fcac325ec Mon Sep 17 00:00:00 2001
|
|
From: Robert Marko <robert.marko@sartura.hr>
|
|
Date: Wed, 9 Sep 2020 20:40:33 +0200
|
|
Subject: [PATCH] arm: dts: qcom: ipq4019: add more labels
|
|
|
|
Lets add labels to more commonly used nodes for easier modification in board DTS files.
|
|
|
|
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
|
|
Cc: Luka Perkov <luka.perkov@sartura.hr>
|
|
---
|
|
arch/arm/boot/dts/qcom-ipq4019.dtsi | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
+++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
|
|
@@ -191,7 +191,7 @@
|
|
reg = <0x1800000 0x60000>;
|
|
};
|
|
|
|
- rng@22000 {
|
|
+ prng: rng@22000 {
|
|
compatible = "qcom,prng";
|
|
reg = <0x22000 0x140>;
|
|
clocks = <&gcc GCC_PRNG_AHB_CLK>;
|
|
@@ -311,7 +311,7 @@
|
|
status = "disabled";
|
|
};
|
|
|
|
- crypto@8e3a000 {
|
|
+ crypto: crypto@8e3a000 {
|
|
compatible = "qcom,crypto-v5.1";
|
|
reg = <0x08e3a000 0x6000>;
|
|
clocks = <&gcc GCC_CRYPTO_AHB_CLK>,
|
|
@@ -397,7 +397,7 @@
|
|
dma-names = "rx", "tx";
|
|
};
|
|
|
|
- watchdog@b017000 {
|
|
+ watchdog: watchdog@b017000 {
|
|
compatible = "qcom,kpss-wdt", "qcom,kpss-wdt-ipq4019";
|
|
reg = <0xb017000 0x40>;
|
|
clocks = <&sleep_clk>;
|