ipq40xx: 5:15: copy config and patch from 5.10
[openwrt/staging/dedeckeh.git] / target / linux / ipq40xx / patches-5.15 / 0002-v5.12-ARM-dts-qcom-ipq4019-add-more-labels.patch
1 From d1ae4c808e7802008225078d93fbadd4aeea1e2d Mon Sep 17 00:00:00 2001
2 From: Robert Marko <robert.marko@sartura.hr>
3 Date: Wed, 9 Sep 2020 21:56:37 +0200
4 Subject: [PATCH] ARM: dts: qcom: ipq4019: add more labels
5
6 Lets add labels to more commonly used nodes for easier modification in board DTS files.
7
8 Signed-off-by: Robert Marko <robert.marko@sartura.hr>
9 Cc: Luka Perkov <luka.perkov@sartura.hr>
10 Link: https://lore.kernel.org/r/20200909195640.3127341-2-robert.marko@sartura.hr
11 Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
12 ---
13 arch/arm/boot/dts/qcom-ipq4019.dtsi | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 --- a/arch/arm/boot/dts/qcom-ipq4019.dtsi
17 +++ b/arch/arm/boot/dts/qcom-ipq4019.dtsi
18 @@ -190,7 +190,7 @@
19 reg = <0x1800000 0x60000>;
20 };
21
22 - rng@22000 {
23 + prng: rng@22000 {
24 compatible = "qcom,prng";
25 reg = <0x22000 0x140>;
26 clocks = <&gcc GCC_PRNG_AHB_CLK>;
27 @@ -300,7 +300,7 @@
28 status = "disabled";
29 };
30
31 - crypto@8e3a000 {
32 + crypto: crypto@8e3a000 {
33 compatible = "qcom,crypto-v5.1";
34 reg = <0x08e3a000 0x6000>;
35 clocks = <&gcc GCC_CRYPTO_AHB_CLK>,
36 @@ -386,7 +386,7 @@
37 dma-names = "rx", "tx";
38 };
39
40 - watchdog@b017000 {
41 + watchdog: watchdog@b017000 {
42 compatible = "qcom,kpss-wdt", "qcom,kpss-wdt-ipq4019";
43 reg = <0xb017000 0x40>;
44 clocks = <&sleep_clk>;