mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
ARM: dts: picoxcell: 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/arm/boot/dts/picoxcell-pc7302-pc3x2.dt.yaml: gpio@20000:
'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/20200917164909.22490-1-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Jamie Iles <jamie@jamieiles.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
committed by
Olof Johansson
parent
e89c32fe22
commit
088a2644de
@@ -160,7 +160,6 @@
|
|||||||
reg = <0x20000 0x1000>;
|
reg = <0x20000 0x1000>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
reg-io-width = <4>;
|
|
||||||
|
|
||||||
banka: gpio-controller@0 {
|
banka: gpio-controller@0 {
|
||||||
compatible = "snps,dw-apb-gpio-bank";
|
compatible = "snps,dw-apb-gpio-bank";
|
||||||
|
|||||||
@@ -243,7 +243,6 @@
|
|||||||
reg = <0x20000 0x1000>;
|
reg = <0x20000 0x1000>;
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
reg-io-width = <4>;
|
|
||||||
|
|
||||||
banka: gpio-controller@0 {
|
banka: gpio-controller@0 {
|
||||||
compatible = "snps,dw-apb-gpio-bank";
|
compatible = "snps,dw-apb-gpio-bank";
|
||||||
|
|||||||
Reference in New Issue
Block a user