summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlok Tiwari <alok.a.tiwari@oracle.com>2025-05-14 04:46:51 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-06-04 14:40:25 +0200
commita5a9c42cd7d1013e245c2e3f6f6591d1c7ae063f (patch)
treed5d87df16fcf5e6ec2dfa6681afa8344cce4524a
parent0297e7ddf55ba5892e9236ebef532f44e593ca3e (diff)
downloadlinux-a5a9c42cd7d1013e245c2e3f6f6591d1c7ae063f.tar.gz
linux-a5a9c42cd7d1013e245c2e3f6f6591d1c7ae063f.tar.bz2
linux-a5a9c42cd7d1013e245c2e3f6f6591d1c7ae063f.zip
arm64: dts: qcom: sm8350: Fix typo in pil_camera_mem node
commit 295217420a44403a33c30f99d8337fe7b07eb02b upstream. There is a typo in sm8350.dts where the node label mmeory@85200000 should be memory@85200000. This patch corrects the typo for clarity and consistency. Fixes: b7e8f433a673 ("arm64: dts: qcom: Add basic devicetree support for SM8350 SoC") Cc: stable@vger.kernel.org Signed-off-by: Alok Tiwari <alok.a.tiwari@oracle.com> Link: https://lore.kernel.org/r/20250514114656.2307828-1-alok.a.tiwari@oracle.com Signed-off-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--arch/arm64/boot/dts/qcom/sm8350.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/qcom/sm8350.dtsi b/arch/arm64/boot/dts/qcom/sm8350.dtsi
index 5a4972afc977..75292ec3ee77 100644
--- a/arch/arm64/boot/dts/qcom/sm8350.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8350.dtsi
@@ -421,7 +421,7 @@
no-map;
};
- pil_camera_mem: mmeory@85200000 {
+ pil_camera_mem: memory@85200000 {
reg = <0x0 0x85200000 0x0 0x500000>;
no-map;
};