mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02: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:
parent
51e5e0182c
commit
5eef17ee76
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user