Skip to content

Commit

Permalink
arm64: dts: qcom: sdm660: use reg value for memory node
Browse files Browse the repository at this point in the history
[ Upstream commit c81210e ]

memory node like other node should be node@reg, which is missing in this
case, so fix it up

arch/arm64/boot/dts/qcom/ipq8074-hk01.dt.yaml: /: memory: False schema does not allow {'device_type': ['memory'], 'reg': [[0, 1073741824, 0, 536870912]]}

Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20210308060826.3074234-18-vkoul@kernel.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
vinodkoul authored and gregkh committed Sep 18, 2021
1 parent cb1c283 commit abf68e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/qcom/ipq8074-hk01.dts
Expand Up @@ -20,7 +20,7 @@
stdout-path = "serial0";
};

memory {
memory@40000000 {
device_type = "memory";
reg = <0x0 0x40000000 0x0 0x20000000>;
};
Expand Down

0 comments on commit abf68e8

Please sign in to comment.