rockchip: rk3288-tinker: Sort u-boot.dtsi nodes alphabetically
Sort the nodes in rk3288-tinker u-boot.dtsi files in alphabetical order. This has no intended change to board DTs and only rearrange nodes in preparation for future changes. Signed-off-by: Jonas Karlman <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
@@ -17,6 +17,10 @@
|
|||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&emmc_bus8 {
|
||||||
|
bootph-pre-ram;
|
||||||
|
};
|
||||||
|
|
||||||
&emmc_clk {
|
&emmc_clk {
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
@@ -28,7 +32,3 @@
|
|||||||
&emmc_pwr {
|
&emmc_pwr {
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
|
|
||||||
&emmc_bus8 {
|
|
||||||
bootph-pre-ram;
|
|
||||||
};
|
|
||||||
|
@@ -17,6 +17,10 @@
|
|||||||
rockchip,sdram-params = <0x20d266a4 0x5b6 2 533000000 6 9 0>;
|
rockchip,sdram-params = <0x20d266a4 0x5b6 2 533000000 6 9 0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&gpio7 {
|
||||||
|
bootph-pre-ram;
|
||||||
|
};
|
||||||
|
|
||||||
&i2c2 {
|
&i2c2 {
|
||||||
m24c08@50 {
|
m24c08@50 {
|
||||||
compatible = "at,24c08", "i2c-eeprom";
|
compatible = "at,24c08", "i2c-eeprom";
|
||||||
@@ -24,27 +28,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&pinctrl {
|
&pcfg_pull_none {
|
||||||
bootph-all;
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart2 {
|
|
||||||
bootph-all;
|
|
||||||
};
|
|
||||||
|
|
||||||
&uart2_xfer {
|
|
||||||
bootph-all;
|
|
||||||
};
|
|
||||||
|
|
||||||
&sdmmc {
|
|
||||||
bootph-pre-ram;
|
|
||||||
};
|
|
||||||
|
|
||||||
&gpio7 {
|
|
||||||
bootph-pre-ram;
|
|
||||||
};
|
|
||||||
|
|
||||||
&vcc_sd {
|
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -52,15 +36,19 @@
|
|||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&pcfg_pull_up {
|
||||||
|
bootph-pre-ram;
|
||||||
|
};
|
||||||
|
|
||||||
&pcfg_pull_up_drv_8ma {
|
&pcfg_pull_up_drv_8ma {
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcfg_pull_none {
|
&pinctrl {
|
||||||
bootph-pre-ram;
|
bootph-all;
|
||||||
};
|
};
|
||||||
|
|
||||||
&pcfg_pull_up {
|
&sdmmc {
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -83,3 +71,15 @@
|
|||||||
&sdmmc_pwr {
|
&sdmmc_pwr {
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&uart2 {
|
||||||
|
bootph-all;
|
||||||
|
};
|
||||||
|
|
||||||
|
&uart2_xfer {
|
||||||
|
bootph-all;
|
||||||
|
};
|
||||||
|
|
||||||
|
&vcc_sd {
|
||||||
|
bootph-pre-ram;
|
||||||
|
};
|
||||||
|
Reference in New Issue
Block a user