Commit af7a84eb authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson
Browse files

ARM: dts: qcom: apq8064: adjust dsi node name to match dt-schema



Adjust node naming to match requirements from dt-schema.
Also add only and default required PHY name "dsi" to the node.

Fixes warnings generated by `make qcom-apq8064-asus-nexus7-flo.dtb`:
arch/arm/boot/dts/qcom-apq8064-sony-xperia-yuga.dt.yaml: mdss_dsi@4700000: $nodename:0: 'mdss_dsi@4700000' does not match '^dsi(@.*)?$'
	From schema: Documentation/devicetree/bindings/display/msm/dsi-controller-main.yaml

Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211225131357.13751-1-david@ixit.cz
parent 019b7f93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -212,7 +212,7 @@ mdp_dsi1_out: endpoint {
			};
		};

		dsi0: mdss_dsi@4700000 {
		dsi0: dsi@4700000 {
			status = "okay";
			vdda-supply = <&pm8921_l2>;/*VDD_MIPI1 to 4*/
			vdd-supply = <&pm8921_l8>;
+2 −1
Original line number Diff line number Diff line
@@ -1238,7 +1238,7 @@ mmss_sfpb: syscon@5700000 {
			reg = <0x5700000 0x70>;
		};

		dsi0: mdss_dsi@4700000 {
		dsi0: dsi@4700000 {
			compatible = "qcom,mdss-dsi-ctrl";
			label = "MDSS DSI CTRL->0";
			#address-cells = <1>;
@@ -1268,6 +1268,7 @@ dsi0: mdss_dsi@4700000 {
						<&dsi0_phy 1>;
			syscon-sfpb = <&mmss_sfpb>;
			phys = <&dsi0_phy>;
			phy-names = "dsi";
			ports {
				#address-cells = <1>;
				#size-cells = <0>;