From: Mathias Kresin Date: Fri, 31 Aug 2018 07:01:34 +0000 (+0200) Subject: ramips: reference node by label X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2cc7980dcb5261561de32b719ada919ca3882faa;p=openwrt%2Fstaging%2Frobimarko.git ramips: reference node by label Reference the HC5661A sdhci node by label instead of by the full path. Signed-off-by: Mathias Kresin --- diff --git a/target/linux/ramips/dts/HC5661A.dts b/target/linux/ramips/dts/HC5661A.dts index 0d45feec15..7541677ab1 100644 --- a/target/linux/ramips/dts/HC5661A.dts +++ b/target/linux/ramips/dts/HC5661A.dts @@ -22,10 +22,6 @@ reg = <0x0 0x8000000>; }; - sdhci@10130000 { - status = "okay"; - }; - gpio-leds { compatible = "gpio-leds"; @@ -64,6 +60,10 @@ }; }; +&sdhci { + status = "okay"; +}; + &spi0 { status = "okay";