mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 12:10:23 -04: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 @@ pwm@c340000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
hda@3510000 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
host1x@13e00000 {
|
||||
display-hub@15200000 {
|
||||
status = "okay";
|
||||
|
||||
Reference in New Issue
Block a user