diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2017-11-27 20:28:23 +0100 |
---|---|---|
committer | Florian Fainelli <f.fainelli@gmail.com> | 2017-11-27 20:28:23 +0100 |
commit | babd8a3e31fbb0abb4c37ee3548974732080b996 (patch) | |
tree | 60b114054b57d057f1e3d3a6defb8c85e0c1a1bf /arch | |
parent | ARM: dts: NSP: Fix PPI interrupt types (diff) | |
parent | ARM: dts: bcm283x: Fix DTC warnings about missing phy-cells (diff) | |
download | linux-babd8a3e31fbb0abb4c37ee3548974732080b996.tar.xz linux-babd8a3e31fbb0abb4c37ee3548974732080b996.zip |
Merge tag 'bcm2835-dt-next-fixes-2017-11-15' into devicetree/fixes
This pull request brings in a fix for a warning that started occuring
when dtc from -next got merged.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/dts/bcm283x.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index 013431e3d7c3..dcde93c85c2d 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -639,5 +639,6 @@ usbphy: phy { compatible = "usb-nop-xceiv"; + #phy-cells = <0>; }; }; |