mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-04 18:19:28 +09:00
arm64: tegra: p2972: Sort nodes properly
At some point during rebases these were shuffled around. Put them in the right order again (sorted by unit-address). Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
@@ -11,12 +11,16 @@
|
||||
compatible = "nvidia,p2972-0000", "nvidia,tegra194";
|
||||
|
||||
cbb {
|
||||
ddc: i2c@31c0000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/* SDMMC1 (SD/MMC) */
|
||||
sdhci@3400000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
ddc: i2c@31c0000 {
|
||||
hda@3510000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -24,10 +28,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
hda@3510000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
host1x@13e00000 {
|
||||
display-hub@15200000 {
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user