diff options
Diffstat (limited to 'sys/gnu/dts/arm/arm-realview-pb11mp.dts')
-rw-r--r-- | sys/gnu/dts/arm/arm-realview-pb11mp.dts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/gnu/dts/arm/arm-realview-pb11mp.dts b/sys/gnu/dts/arm/arm-realview-pb11mp.dts index 36203288de42..2f6aa24a0b67 100644 --- a/sys/gnu/dts/arm/arm-realview-pb11mp.dts +++ b/sys/gnu/dts/arm/arm-realview-pb11mp.dts @@ -145,7 +145,7 @@ }; /* The voltage to the MMC card is hardwired at 3.3V */ - vmmc: fixedregulator@0 { + vmmc: regulator-vmmc { compatible = "regulator-fixed"; regulator-name = "vmmc"; regulator-min-microvolt = <3300000>; @@ -153,7 +153,7 @@ regulator-boot-on; }; - veth: fixedregulator@0 { + veth: regulator-veth { compatible = "regulator-fixed"; regulator-name = "veth"; regulator-min-microvolt = <3300000>; @@ -523,7 +523,7 @@ clock-names = "uartclk", "apb_pclk"; }; - ssp@1000d000 { + spi@1000d000 { compatible = "arm,pl022", "arm,primecell"; reg = <0x1000d000 0x1000>; interrupt-parent = <&intc_pb11mp>; |