ramips: reference node by label

Reference the HC5661A sdhci node by label instead of by the full path.

Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
Mathias Kresin 2018-08-31 09:01:34 +02:00
parent 1d08951628
commit 2cc7980dcb

View file

@ -22,10 +22,6 @@
reg = <0x0 0x8000000>; reg = <0x0 0x8000000>;
}; };
sdhci@10130000 {
status = "okay";
};
gpio-leds { gpio-leds {
compatible = "gpio-leds"; compatible = "gpio-leds";
@ -64,6 +60,10 @@
}; };
}; };
&sdhci {
status = "okay";
};
&spi0 { &spi0 {
status = "okay"; status = "okay";