Message ID | 20191216222021.1.I684f124a05a1c3f0b113c8d06d5f9da5d69b801e@changeid (mailing list archive) |
---|---|
State | Accepted |
Commit | 276bb28c298443a97d933f5ce92ddf5b531ddbf0 |
Headers | show |
Series | arm64: dts: qcom: sdm845: Rename gic-its node to msi-controller | expand |
On 12/17/2019 11:50 AM, Douglas Anderson wrote: > This is just like commit ac00546a6780 ("arm64: dts: qcom: sc7180: > Rename gic-its node to msi-controller") but for sdm845. This fixes > all arm64/qcom device trees that I could find. > > Signed-off-by: Douglas Anderson <dianders@chromium.org> > --- Reviewed-by: Rajendra Nayak <rnayak@codeaurora.org> > > arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi > index 407d26e92fcc..5d3b470f1be5 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi > +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi > @@ -3203,7 +3203,7 @@ intc: interrupt-controller@17a00000 { > <0 0x17a60000 0 0x100000>; /* GICR * 8 */ > interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; > > - gic-its@17a40000 { > + msi-controller@17a40000 { > compatible = "arm,gic-v3-its"; > msi-controller; > #msi-cells = <1>; >
Quoting Douglas Anderson (2019-12-16 22:20:25) > This is just like commit ac00546a6780 ("arm64: dts: qcom: sc7180: > Rename gic-its node to msi-controller") but for sdm845. This fixes > all arm64/qcom device trees that I could find. > > Signed-off-by: Douglas Anderson <dianders@chromium.org> > --- Reviewed-by: Stephen Boyd <swboyd@chromium.org>
diff --git a/arch/arm64/boot/dts/qcom/sdm845.dtsi b/arch/arm64/boot/dts/qcom/sdm845.dtsi index 407d26e92fcc..5d3b470f1be5 100644 --- a/arch/arm64/boot/dts/qcom/sdm845.dtsi +++ b/arch/arm64/boot/dts/qcom/sdm845.dtsi @@ -3203,7 +3203,7 @@ intc: interrupt-controller@17a00000 { <0 0x17a60000 0 0x100000>; /* GICR * 8 */ interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>; - gic-its@17a40000 { + msi-controller@17a40000 { compatible = "arm,gic-v3-its"; msi-controller; #msi-cells = <1>;
This is just like commit ac00546a6780 ("arm64: dts: qcom: sc7180: Rename gic-its node to msi-controller") but for sdm845. This fixes all arm64/qcom device trees that I could find. Signed-off-by: Douglas Anderson <dianders@chromium.org> --- arch/arm64/boot/dts/qcom/sdm845.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)