arc: hsdk: dts: bug fix

bug fix in arc_hsdk.dtsi

Signed-off-by: Watson Zeng <zhiwei@synopsys.com>
This commit is contained in:
Watson Zeng 2019-09-10 10:31:58 +08:00 committed by Anas Nashif
commit 9d50f9b5a7

View file

@ -108,7 +108,7 @@
gpio0: gpio@f0003000 { gpio0: gpio@f0003000 {
compatible = "snps,designware-gpio"; compatible = "snps,designware-gpio";
reg = <0xf0003000 0x1000>; reg = <0xf0003000 0x1000>;
bits = <32>; bits = <24>;
label = "GPIO_0"; label = "GPIO_0";
interrupt-parent = <&idu_intc>; interrupt-parent = <&idu_intc>;
@ -181,7 +181,7 @@
#size-cells = <0>; #size-cells = <0>;
reg = <0xf0022000 0x1000>; reg = <0xf0022000 0x1000>;
interrupts = <42 1>; interrupts = <42 1>;
label = "SPI_1"; label = "SPI_2";
status = "disabled"; status = "disabled";
}; };