mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 13:57:54 -04:00
arm64: dts: qcom: sc7280: Fix gmu unit address
When processing sc7280 device trees, I can see:
Warning (simple_bus_reg): /soc@0/gmu@3d69000:
simple-bus unit address format error, expected "3d6a000"
There's a clear typo in the node name. Fix it.
Fixes: 96c471970b ("arm64: dts: qcom: sc7280: Add gpu support")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Matthias Kaehlcke <mka@chromium.org>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20220125144316.v2.1.I19f60014e9be4b9dda4d66b5d56ef3d9600b6e10@changeid
This commit is contained in:
committed by
Bjorn Andersson
parent
7b1e0a8773
commit
142a4d995c
@@ -1790,7 +1790,7 @@ opp-550000000 {
|
||||
};
|
||||
};
|
||||
|
||||
gmu: gmu@3d69000 {
|
||||
gmu: gmu@3d6a000 {
|
||||
compatible="qcom,adreno-gmu-635.0", "qcom,adreno-gmu";
|
||||
reg = <0 0x03d6a000 0 0x34000>,
|
||||
<0 0x3de0000 0 0x10000>,
|
||||
|
||||
Reference in New Issue
Block a user