arm64: dts: meson-gxl: Fix node order
Sort nodes referenced by label alphabetically. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Kevin Hilman <khilman@baylibre.com>
This commit is contained in:
parent
67fe352fa6
commit
6a573c4e0f
|
@ -193,6 +193,42 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&hdmi_tx {
|
||||||
|
compatible = "amlogic,meson-gxl-dw-hdmi", "amlogic,meson-gx-dw-hdmi";
|
||||||
|
resets = <&reset RESET_HDMITX_CAPB3>,
|
||||||
|
<&reset RESET_HDMI_SYSTEM_RESET>,
|
||||||
|
<&reset RESET_HDMI_TX>;
|
||||||
|
reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
|
||||||
|
clocks = <&clkc CLKID_HDMI_PCLK>,
|
||||||
|
<&clkc CLKID_CLK81>,
|
||||||
|
<&clkc CLKID_GCLK_VENCI_INT0>;
|
||||||
|
clock-names = "isfr", "iahb", "venci";
|
||||||
|
};
|
||||||
|
|
||||||
|
&hiubus {
|
||||||
|
clkc: clock-controller@0 {
|
||||||
|
compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc";
|
||||||
|
#clock-cells = <1>;
|
||||||
|
reg = <0x0 0x0 0x0 0x3db>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
|
&i2c_A {
|
||||||
|
clocks = <&clkc CLKID_I2C>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&i2c_AO {
|
||||||
|
clocks = <&clkc CLKID_AO_I2C>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&i2c_B {
|
||||||
|
clocks = <&clkc CLKID_I2C>;
|
||||||
|
};
|
||||||
|
|
||||||
|
&i2c_C {
|
||||||
|
clocks = <&clkc CLKID_I2C>;
|
||||||
|
};
|
||||||
|
|
||||||
&periphs {
|
&periphs {
|
||||||
pinctrl_periphs: pinctrl@4b0 {
|
pinctrl_periphs: pinctrl@4b0 {
|
||||||
compatible = "amlogic,meson-gxl-periphs-pinctrl";
|
compatible = "amlogic,meson-gxl-periphs-pinctrl";
|
||||||
|
@ -501,30 +537,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&hiubus {
|
|
||||||
clkc: clock-controller@0 {
|
|
||||||
compatible = "amlogic,gxl-clkc", "amlogic,gxbb-clkc";
|
|
||||||
#clock-cells = <1>;
|
|
||||||
reg = <0x0 0x0 0x0 0x3db>;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c_A {
|
|
||||||
clocks = <&clkc CLKID_I2C>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c_AO {
|
|
||||||
clocks = <&clkc CLKID_AO_I2C>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c_B {
|
|
||||||
clocks = <&clkc CLKID_I2C>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&i2c_C {
|
|
||||||
clocks = <&clkc CLKID_I2C>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&saradc {
|
&saradc {
|
||||||
compatible = "amlogic,meson-gxl-saradc", "amlogic,meson-saradc";
|
compatible = "amlogic,meson-gxl-saradc", "amlogic,meson-saradc";
|
||||||
clocks = <&xtal>,
|
clocks = <&xtal>,
|
||||||
|
@ -563,15 +575,3 @@
|
||||||
&vpu {
|
&vpu {
|
||||||
compatible = "amlogic,meson-gxl-vpu", "amlogic,meson-gx-vpu";
|
compatible = "amlogic,meson-gxl-vpu", "amlogic,meson-gx-vpu";
|
||||||
};
|
};
|
||||||
|
|
||||||
&hdmi_tx {
|
|
||||||
compatible = "amlogic,meson-gxl-dw-hdmi", "amlogic,meson-gx-dw-hdmi";
|
|
||||||
resets = <&reset RESET_HDMITX_CAPB3>,
|
|
||||||
<&reset RESET_HDMI_SYSTEM_RESET>,
|
|
||||||
<&reset RESET_HDMI_TX>;
|
|
||||||
reset-names = "hdmitx_apb", "hdmitx", "hdmitx_phy";
|
|
||||||
clocks = <&clkc CLKID_HDMI_PCLK>,
|
|
||||||
<&clkc CLKID_CLK81>,
|
|
||||||
<&clkc CLKID_GCLK_VENCI_INT0>;
|
|
||||||
clock-names = "isfr", "iahb", "venci";
|
|
||||||
};
|
|
||||||
|
|
Loading…
Reference in New Issue