Browse Source

LS2k dts: fix ls2k dts duplicate name.

Change-Id: I4b4b54260e7a55aa15b5d94641ecaae009808bf1
Signed-off-by: QiaoChong <qiaochong@loongson.cn>
master
QiaoChong 6 years ago
committed by Chong Qiao
parent
commit
8745a2ce9b
  1. 4
      Targets/LS2K/conf/LS2K.dts

4
Targets/LS2K/conf/LS2K.dts

@ -90,7 +90,7 @@
#endif
ohci@0x40070000 {
compatible = "loongson,ls2k-ohci", "usb-ohci";
compatible = "loongson,ls2k-ohci", "usb-ohci", "generic-ohci";
reg = <0x40070000 0x10000>;
interrupt-parent = <&icu>;
interrupts = <59>;
@ -400,7 +400,7 @@
#address-cells = <1>;
#size-cells = <0>;
reg = <0x1fff0220 0x10>;
spidev@0{
spidev@3{
compatible = "rohm,dh2228fv";
spi-max-frequency = <100000000>;
reg = <3>;

Loading…
Cancel
Save