mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
ARM: dts: qcom: apq8064: fix the riva-pil node id
Fix the address of the riva-pil node. The first region address is 0x3200800, so the node should also be called riva-pil@3200800. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20220930185236.867655-16-dmitry.baryshkov@linaro.org
This commit is contained in:
parent
d36ee0683d
commit
8041a9be6f
|
|
@ -1549,7 +1549,7 @@ mdp_dtv_out: endpoint {
|
|||
};
|
||||
};
|
||||
|
||||
riva: riva-pil@3204000 {
|
||||
riva: riva-pil@3200800 {
|
||||
compatible = "qcom,riva-pil";
|
||||
|
||||
reg = <0x03200800 0x1000>, <0x03202000 0x2000>, <0x03204000 0x100>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user