Commit 61163895 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Olof Johansson
Browse files

arm64: dts: apm: drop unused reg-io-width from DW APB GPIO controller

The Synopsys DesignWare APB GPIO controller driver does not parse
reg-io-width and dtschema does not allow it so drop it to fix dtschema
warnings like:

  arch/arm64/boot/dts/apm/apm-mustang.dt.yaml: gpio@1c024000:
    'reg-io-width' does not match any of the regexes: '^gpio-(port|controller)@[0-9a-f]+$', 'pinctrl-[0-9]+'

Link: https://lore.kernel.org/r/20200917165040.22908-1-krzk@kernel.org


Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 088a2644
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -709,7 +709,6 @@ gfcgpio: gpio@1f63c000 {
		dwgpio: gpio@1c024000 {
			compatible = "snps,dw-apb-gpio";
			reg = <0x0 0x1c024000 0x0 0x1000>;
			reg-io-width = <4>;
			#address-cells = <1>;
			#size-cells = <0>;

+0 −1
Original line number Diff line number Diff line
@@ -825,7 +825,6 @@ gfcgpio: gpio0@1701c000 {
		dwgpio: gpio@1c024000 {
			compatible = "snps,dw-apb-gpio";
			reg = <0x0 0x1c024000 0x0 0x1000>;
			reg-io-width = <4>;
			#address-cells = <1>;
			#size-cells = <0>;