diff options
| author | Simon Glass <[email protected]> | 2017-07-25 08:30:02 -0600 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2017-07-28 12:02:47 -0600 |
| commit | e93812e81cf07e3179c1b74ba7bf70ecba8f9003 (patch) | |
| tree | 14266b3b9951911a39e8c8ac33ab28a3365d2572 | |
| parent | 079ff3b90204df0650cf4402dcf052658f49f195 (diff) | |
tegra: dts: Move stdout-path to /chosen
This property should be in the /chosen node, not /aliases.
Signed-off-by: Simon Glass <[email protected]>
Tested-by: Marcel Ziswiler <[email protected]>
Tested-on: Beaver, Jetson-TK1
Tested-by: Stephen Warren <[email protected]>
| -rw-r--r-- | arch/arm/dts/tegra124-nyan-big.dts | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm/dts/tegra124-nyan-big.dts b/arch/arm/dts/tegra124-nyan-big.dts index 62f89d0f1a8..f1c97052a84 100644 --- a/arch/arm/dts/tegra124-nyan-big.dts +++ b/arch/arm/dts/tegra124-nyan-big.dts @@ -8,7 +8,6 @@ aliases { console = &uarta; - stdout-path = &uarta; i2c0 = "/i2c@7000d000"; i2c1 = "/i2c@7000c000"; i2c2 = "/i2c@7000c400"; @@ -26,6 +25,10 @@ usb2 = "/usb@7d004000"; }; + chosen { + stdout-path = &uarta; + }; + host1x@50000000 { dc@54200000 { display-timings { |
