diff options
author | Ray Jui <rjui@broadcom.com> | 2015-09-21 15:12:43 -0700 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2015-09-22 17:50:35 -0700 |
commit | 5b159b62eb2a6799d9dbe998d7635b346ca6fdf8 (patch) | |
tree | a64a0fb3ce996266f85fddffbd5790318f024836 /arch/arm/boot/dts/bcm911360_entphn.dts | |
parent | de192ef14391dbec5057cf6c798aeb5fe0194e9e (diff) |
ARM: dts: Use label for device nodes in Cygnus dts
Use label instead of full path to reference device nodes in Cygnus dts
files
Signed-off-by: Ray Jui <rjui@broadcom.com>
Reviewed-by: Scott Branden <sbranden@broadcom.com>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm911360_entphn.dts')
-rw-r--r-- | arch/arm/boot/dts/bcm911360_entphn.dts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/bcm911360_entphn.dts b/arch/arm/boot/dts/bcm911360_entphn.dts index 0e1320e78897..f791a3b2b8db 100644 --- a/arch/arm/boot/dts/bcm911360_entphn.dts +++ b/arch/arm/boot/dts/bcm911360_entphn.dts @@ -44,10 +44,6 @@ bootargs = "console=ttyS0,115200"; }; - uart3: serial@18023000 { - status = "okay"; - }; - gpio_keys { compatible = "gpio-keys"; #address-cells = <1>; @@ -60,3 +56,7 @@ }; }; }; + +&uart3 { + status = "okay"; +}; |