diff options
author | Olof Johansson <olof@lixom.net> | 2018-07-15 01:09:54 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-07-15 01:09:54 +0300 |
commit | 64cc2c4eb536635661f75312cc2cfa7c8043c5fe (patch) | |
tree | e0123559ca3887f48ef151cd2734c4c7fd6c8973 /arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi | |
parent | ba62dc1126e85d408db02b91679bc3a780ec5ef0 (diff) | |
parent | cddb86833615d9550d7b3a1b65b71071784dae70 (diff) | |
download | linux-64cc2c4eb536635661f75312cc2cfa7c8043c5fe.tar.xz |
Merge tag 'v4.18-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip into next/dt
Fix for a new warning from dtc in graph node unit addresses.
* tag 'v4.18-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mmind/linux-rockchip:
ARM: dts: rockchip: fix graph node unit address error from dtc
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi')
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi b/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi index cc11adf85fb3..b54746df3661 100644 --- a/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron-chromebook.dtsi @@ -137,7 +137,7 @@ reg = <1>; #address-cells = <1>; #size-cells = <0>; - edp_out_panel: endpoint { + edp_out_panel: endpoint@0 { reg = <0>; remote-endpoint = <&panel_in_edp>; }; |