]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
arm64: dts: sdm845: Default qupv3_id_0 as "disabled" like _id_1
authorDouglas Anderson <dianders@chromium.org>
Fri, 29 Jun 2018 18:45:27 +0000 (11:45 -0700)
committerAndy Gross <andy.gross@linaro.org>
Sat, 21 Jul 2018 20:31:01 +0000 (15:31 -0500)
commit499ff1165df172c6da56ff2dccfec0a58dfaf7b3
treed123fb1a0a45f063c8f4b865dc249a331bb09747
parent619205235098064141e1e76eb8aa3d9048b4a84a
arm64: dts: sdm845: Default qupv3_id_0 as "disabled" like _id_1

In commit 8e4947ee477d ("arm64: dts: qcom: sdm845: Add I2C, SPI, and
UART9 nodes") I accidentally forgot to add the line:

  status = "disabled";

to qupv3_id_0 to match qupv3_id_1.  Add it now.  NOTE: right now the
only sdm845 board with a device tree in mainline is MTP and that board
currently doesn't have any peripherals under qupv3_id_0.  If any board
was currently using peripherals under qupv3_id_0 then that board would
need to add this snippet to their board dts file:

  &qupv3_id_0 {
     status = "okay";
  };

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
arch/arm64/boot/dts/qcom/sdm845.dtsi