Skip to content

Commit

Permalink
arm64: dts: qcom: hk10: use "okay" instead of "ok"
Browse files Browse the repository at this point in the history
[ Upstream commit 7284a39 ]

Use "okay" instead of "ok" in USB nodes as "ok" is deprecated.

Signed-off-by: Robert Marko <robimarko@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221107092930.33325-1-robimarko@gmail.com
Stable-dep-of: 1dc4055 ("arm64: dts: qcom: ipq8074-hk10: enable QMP device, not the PHY node")
Signed-off-by: Sasha Levin <sashal@kernel.org>
  • Loading branch information
robimarko authored and gregkh committed Apr 26, 2023
1 parent fb42f8a commit ecff49f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions arch/arm64/boot/dts/qcom/ipq8074-hk10.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
};

&blsp1_spi1 {
status = "ok";
status = "okay";

flash@0 {
#address-cells = <1>;
Expand All @@ -34,33 +34,33 @@
};

&blsp1_uart5 {
status = "ok";
status = "okay";
};

&pcie0 {
status = "ok";
status = "okay";
perst-gpios = <&tlmm 58 0x1>;
};

&pcie1 {
status = "ok";
status = "okay";
perst-gpios = <&tlmm 61 0x1>;
};

&pcie_phy0 {
status = "ok";
status = "okay";
};

&pcie_phy1 {
status = "ok";
status = "okay";
};

&qpic_bam {
status = "ok";
status = "okay";
};

&qpic_nand {
status = "ok";
status = "okay";

nand@0 {
reg = <0>;
Expand Down

0 comments on commit ecff49f

Please sign in to comment.