mediatek: mt7629: 6.6: disable LEDS_SMARTRG_LED by default
[openwrt/staging/rmilecki.git] / target / linux / qualcommax / patches-6.1 / 0041-v6.5-arm64-dts-qcom-ipq6018-correct-qrng-unit-address.patch
1 From 085058786a7890dd44ec623fe5ac74db870f6b93 Mon Sep 17 00:00:00 2001
2 From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
3 Date: Wed, 19 Apr 2023 23:18:39 +0200
4 Subject: [PATCH] arm64: dts: qcom: ipq6018: correct qrng unit address
5
6 Match unit-address to reg entry to fix dtbs W=1 warnings:
7
8 Warning (simple_bus_reg): /soc/qrng@e1000: simple-bus unit address format error, expected "e3000"
9
10 Fixes: 5bf635621245 ("arm64: dts: ipq6018: Add a few device nodes")
11 Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
12 Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
13 Signed-off-by: Bjorn Andersson <andersson@kernel.org>
14 Link: https://lore.kernel.org/r/20230419211856.79332-1-krzysztof.kozlowski@linaro.org
15 ---
16 arch/arm64/boot/dts/qcom/ipq6018.dtsi | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 --- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
20 +++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
21 @@ -312,7 +312,7 @@
22 status = "disabled";
23 };
24
25 - prng: qrng@e1000 {
26 + prng: qrng@e3000 {
27 compatible = "qcom,prng-ee";
28 reg = <0x0 0x000e3000 0x0 0x1000>;
29 clocks = <&gcc GCC_PRNG_AHB_CLK>;