Commit 44d2266c authored by Yoshihiro Kaneko's avatar Yoshihiro Kaneko Committed by Geert Uytterhoeven

arm64: dts: renesas: salvator-common: Sort nodes

Sort nodes.

If node address is present
   * Sort by node address, grouping all nodes with the same compat string
     and sorting the group alphabetically.
Else
   * Sort alphabetically

This should not have any run-time effect.
Signed-off-by: default avatarYoshihiro Kaneko <ykaneko0929@gmail.com>
Reviewed-by: default avatarSimon Horman <horms+renesas@verge.net.au>
[geert: Sort i2c slave nodes]
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
parent 93c3438f
...@@ -87,6 +87,28 @@ hdmi_in_con: endpoint { ...@@ -87,6 +87,28 @@ hdmi_in_con: endpoint {
}; };
}; };
hdmi0-out {
compatible = "hdmi-connector";
label = "HDMI0 OUT";
type = "a";
port {
hdmi0_con: endpoint {
};
};
};
hdmi1-out {
compatible = "hdmi-connector";
label = "HDMI1 OUT";
type = "a";
port {
hdmi1_con: endpoint {
};
};
};
keys { keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
...@@ -238,28 +260,6 @@ vccq_sdhi3: regulator-vccq-sdhi3 { ...@@ -238,28 +260,6 @@ vccq_sdhi3: regulator-vccq-sdhi3 {
1800000 0>; 1800000 0>;
}; };
hdmi0-out {
compatible = "hdmi-connector";
label = "HDMI0 OUT";
type = "a";
port {
hdmi0_con: endpoint {
};
};
};
hdmi1-out {
compatible = "hdmi-connector";
label = "HDMI1 OUT";
type = "a";
port {
hdmi1_con: endpoint {
};
};
};
vga { vga {
compatible = "vga-connector"; compatible = "vga-connector";
...@@ -462,20 +462,6 @@ pca9654: gpio@20 { ...@@ -462,20 +462,6 @@ pca9654: gpio@20 {
#gpio-cells = <2>; #gpio-cells = <2>;
}; };
csa_vdd: adc@7c {
compatible = "maxim,max9611";
reg = <0x7c>;
shunt-resistor-micro-ohms = <5000>;
};
csa_dvfs: adc@7f {
compatible = "maxim,max9611";
reg = <0x7f>;
shunt-resistor-micro-ohms = <5000>;
};
video-receiver@70 { video-receiver@70 {
compatible = "adi,adv7482"; compatible = "adi,adv7482";
reg = <0x70 0x71 0x72 0x73 0x74 0x75 reg = <0x70 0x71 0x72 0x73 0x74 0x75
...@@ -527,6 +513,20 @@ adv7482_txb: endpoint { ...@@ -527,6 +513,20 @@ adv7482_txb: endpoint {
}; };
}; };
}; };
csa_vdd: adc@7c {
compatible = "maxim,max9611";
reg = <0x7c>;
shunt-resistor-micro-ohms = <5000>;
};
csa_dvfs: adc@7f {
compatible = "maxim,max9611";
reg = <0x7f>;
shunt-resistor-micro-ohms = <5000>;
};
}; };
&i2c_dvfs { &i2c_dvfs {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment