mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
arm64: dts: qcom: sm8350: Rename GENI serial engine DT node
In order to conform with downstream and upstream for previous generations
of this hardware, rename dt-node 'qupv3_id_1' to 'qupv3_id_0'.
Fixes: b7e8f433a6
("arm64: dts: qcom: Add basic devicetree support for SM8350 SoC")
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Link: https://lore.kernel.org/r/20210803125756.93824-1-robert.foss@linaro.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
7dfb52dcc5
commit
87f0b434b9
3 changed files with 3 additions and 3 deletions
|
@ -219,7 +219,7 @@ &mpss {
|
|||
firmware-name = "qcom/sm8350/modem.mbn";
|
||||
};
|
||||
|
||||
&qupv3_id_1 {
|
||||
&qupv3_id_0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -286,7 +286,7 @@ &mpss {
|
|||
firmware-name = "qcom/sm8350/modem.mbn";
|
||||
};
|
||||
|
||||
&qupv3_id_1 {
|
||||
&qupv3_id_0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
|
|
|
@ -456,7 +456,7 @@ ipcc: mailbox@408000 {
|
|||
#mbox-cells = <2>;
|
||||
};
|
||||
|
||||
qupv3_id_1: geniqup@9c0000 {
|
||||
qupv3_id_0: geniqup@9c0000 {
|
||||
compatible = "qcom,geni-se-qup";
|
||||
reg = <0x0 0x009c0000 0x0 0x6000>;
|
||||
clock-names = "m-ahb", "s-ahb";
|
||||
|
|
Loading…
Reference in a new issue