Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>
Link: https://lore.kernel.org/r/20200909195640.3127341-2-robert.marko@sartura.hr
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>

authored by

Robert Marko and committed by
Bjorn Andersson
d1ae4c80 b8afc254

+3 -3
+3 -3
arch/arm/boot/dts/qcom-ipq4019.dtsi
··· 190 190 reg = <0x1800000 0x60000>; 191 191 }; 192 192 193 - rng@22000 { 193 + prng: rng@22000 { 194 194 compatible = "qcom,prng"; 195 195 reg = <0x22000 0x140>; 196 196 clocks = <&gcc GCC_PRNG_AHB_CLK>; ··· 300 300 status = "disabled"; 301 301 }; 302 302 303 - crypto@8e3a000 { 303 + crypto: crypto@8e3a000 { 304 304 compatible = "qcom,crypto-v5.1"; 305 305 reg = <0x08e3a000 0x6000>; 306 306 clocks = <&gcc GCC_CRYPTO_AHB_CLK>, ··· 386 386 dma-names = "rx", "tx"; 387 387 }; 388 388 389 - watchdog@b017000 { 389 + watchdog: watchdog@b017000 { 390 390 compatible = "qcom,kpss-wdt", "qcom,kpss-wdt-ipq4019"; 391 391 reg = <0xb017000 0x40>; 392 392 clocks = <&sleep_clk>;