mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 00:53:34 +02:00
arm64: dts: qcom: msm8916: Drop underscore in node name
Using underscores in device tree nodes is not very common. Additionally, the _region suffix in "smem_region@..." is not really useful since it's obvious that it describes a reserved memory region. Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20210921152120.6710-2-stephan@gerhold.net
This commit is contained in:
parent
2533786f46
commit
9095d05485
|
|
@ -41,7 +41,7 @@ tz-apps@86000000 {
|
|||
no-map;
|
||||
};
|
||||
|
||||
smem_mem: smem_region@86300000 {
|
||||
smem_mem: smem@86300000 {
|
||||
reg = <0x0 0x86300000 0x0 0x100000>;
|
||||
no-map;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user