mirror of
https://github.com/torvalds/linux.git
synced 2026-06-01 11:03:43 +02:00
arm64: dts: marvell: Drop unused "pinctrl-names"
"pinctrl-names" depends on "pinctrl-[0-9]" properties, but none are present for the pca9555 nodes. Signed-off-by: Rob Herring (Arm) <robh@kernel.org> Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
This commit is contained in:
parent
0af2f6be1b
commit
9179e4a26b
|
|
@ -124,7 +124,6 @@ &cp0_i2c0 {
|
|||
|
||||
expander0: pca9555@21 {
|
||||
compatible = "nxp,pca9555";
|
||||
pinctrl-names = "default";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
reg = <0x21>;
|
||||
|
|
|
|||
|
|
@ -122,7 +122,6 @@ &cp0_i2c0 {
|
|||
/* U31 */
|
||||
expander0: pca9555@21 {
|
||||
compatible = "nxp,pca9555";
|
||||
pinctrl-names = "default";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
reg = <0x21>;
|
||||
|
|
@ -131,7 +130,6 @@ expander0: pca9555@21 {
|
|||
/* U25 */
|
||||
expander1: pca9555@25 {
|
||||
compatible = "nxp,pca9555";
|
||||
pinctrl-names = "default";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
reg = <0x25>;
|
||||
|
|
|
|||
|
|
@ -209,7 +209,6 @@ i2c@1 {
|
|||
/* U12 */
|
||||
cp0_module_expander1: pca9555@21 {
|
||||
compatible = "nxp,pca9555";
|
||||
pinctrl-names = "default";
|
||||
gpio-controller;
|
||||
#gpio-cells = <2>;
|
||||
reg = <0x21>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user