Skip to content

Commit a5a9c42

Browse files
aloktiwagregkh
authored andcommitted
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: b7e8f43 ("arm64: dts: qcom: Add basic devicetree support for SM8350 SoC") Cc: [email protected] Signed-off-by: Alok Tiwari <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Bjorn Andersson <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 0297e7d commit a5a9c42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/qcom/sm8350.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@
421421
no-map;
422422
};
423423

424-
pil_camera_mem: mmeory@85200000 {
424+
pil_camera_mem: memory@85200000 {
425425
reg = <0x0 0x85200000 0x0 0x500000>;
426426
no-map;
427427
};

0 commit comments

Comments
 (0)