treewide: dts: trim "#size-cells" from "gpio-export" node

The "gpio-export" driver doesn't require a "reg" property in the
device tree, hence we don't need to use the "#size-cells" property
to describe the size of "reg".

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Link: https://github.com/openwrt/openwrt/pull/18290
Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Shiji Yang 2025-03-30 10:06:06 +08:00 committed by Robert Marko
parent 75c69935fd
commit 7193539c98
91 changed files with 3 additions and 91 deletions

View file

@ -5,7 +5,6 @@
/ { / {
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
gpio_usb_power { gpio_usb_power {
gpio-export,name = "tp-link:power:usb"; gpio-export,name = "tp-link:power:usb";

View file

@ -50,7 +50,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
gpio_usb_power { gpio_usb_power {
gpio-export,name = "buffalo:usb-power"; gpio-export,name = "buffalo:usb-power";

View file

@ -106,7 +106,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
gpio_usb_power { gpio_usb_power {
gpio-export,name = "buffalo:usb-power"; gpio-export,name = "buffalo:usb-power";

View file

@ -18,7 +18,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
microsd-detect { microsd-detect {
gpio-export,name = "microsd-detect"; gpio-export,name = "microsd-detect";

View file

@ -19,7 +19,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
watchdog-enable { watchdog-enable {
gpio-export,name = "watchdog-enable"; gpio-export,name = "watchdog-enable";

View file

@ -20,7 +20,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb-power { usb-power {
gpio-export,name = "usb-power"; gpio-export,name = "usb-power";

View file

@ -16,7 +16,6 @@
gpio-export-pcf8574 { gpio-export-pcf8574 {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
poe-passthrough { poe-passthrough {
gpio-export,name = "poe-passthrough"; gpio-export,name = "poe-passthrough";

View file

@ -12,7 +12,6 @@
gpio_export: gpio-export { gpio_export: gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
watchdog-enable { watchdog-enable {
gpio-export,name = "watchdog-enable"; gpio-export,name = "watchdog-enable";

View file

@ -52,7 +52,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb2_power { usb2_power {
gpio-export,name = "usb2:power"; gpio-export,name = "usb2:power";

View file

@ -87,7 +87,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
gpio_pa_dcdc { gpio_pa_dcdc {
gpio-export,name = "om5pac:pa_dcdc"; gpio-export,name = "om5pac:pa_dcdc";

View file

@ -66,7 +66,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
gpio_usb_power { gpio_usb_power {
gpio-export,name = "tp-link:power:usb"; gpio-export,name = "tp-link:power:usb";

View file

@ -14,7 +14,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
gpio_usb_power { gpio_usb_power {
gpio-export,name = "tp-link:power:usb"; gpio-export,name = "tp-link:power:usb";

View file

@ -22,7 +22,6 @@
soc { soc {
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
plc { plc {
gpio-export,name = "plc-enable"; gpio-export,name = "plc-enable";

View file

@ -38,7 +38,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
gpio_modem_reset: modem { gpio_modem_reset: modem {
gpio-export,name = "modem-reset"; gpio-export,name = "modem-reset";

View file

@ -25,7 +25,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
gpio_out { gpio_out {
gpio-export,name = "gpio_out"; gpio-export,name = "gpio_out";

View file

@ -19,7 +19,6 @@
soc { soc {
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
gpio_modem_reset { gpio_modem_reset {
gpio-export,name = "modem_reset"; gpio-export,name = "modem_reset";

View file

@ -59,7 +59,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
lte_rst { lte_rst {
gpio-export,name = "lte_rst"; gpio-export,name = "lte_rst";

View file

@ -31,7 +31,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
modem { modem {
gpio-export,name = "modem-reset"; gpio-export,name = "modem-reset";

View file

@ -80,7 +80,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb-power"; gpio-export,name = "usb-power";

View file

@ -39,7 +39,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
mcu_power { mcu_power {
gpio-export,name = "mcu_power"; gpio-export,name = "mcu_power";

View file

@ -24,7 +24,7 @@
chosen { chosen {
bootargs = "console=ttyS0,115200n8 earlyprintk"; bootargs = "console=ttyS0,115200n8 earlyprintk";
stdout-path = &uart0; stdout-path = &uart0;
@@ -79,7 +86,7 @@ @@ -78,7 +85,7 @@
linux,default-trigger = "usbport"; linux,default-trigger = "usbport";
}; };

View file

@ -89,7 +89,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
switch { switch {
gpio-export,name = "switch"; gpio-export,name = "switch";

View file

@ -89,7 +89,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
switch { switch {
gpio-export,name = "switch"; gpio-export,name = "switch";

View file

@ -110,7 +110,6 @@
/* is there another way to "reserve" the GPIO? */ /* is there another way to "reserve" the GPIO? */
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
switch { switch {
gpio-export,name = "switch"; gpio-export,name = "switch";

View file

@ -28,7 +28,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
switch { switch {
gpio-export,name = "switch"; gpio-export,name = "switch";

View file

@ -62,7 +62,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
power_led_blink { power_led_blink {
gpio-export,name = "power_led_blink"; gpio-export,name = "power_led_blink";

View file

@ -38,7 +38,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
annexa { annexa {
gpio-export,name = "annexa"; gpio-export,name = "annexa";

View file

@ -57,7 +57,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
antctrl { antctrl {
/* Not sure if this pin does anything. /* Not sure if this pin does anything.

View file

@ -41,7 +41,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
cpepower { cpepower {
gpio-export,name = "cpe-pwr"; gpio-export,name = "cpe-pwr";

View file

@ -93,7 +93,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
pcie { pcie {
gpio-export,name = "pcie_power"; gpio-export,name = "pcie_power";

View file

@ -427,7 +427,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb-pwr { usb-pwr {
gpio-export,name = "usb_pwr"; gpio-export,name = "usb_pwr";

View file

@ -29,7 +29,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
bt_pwr { bt_pwr {
gpio-export,name = "bt_pwr"; gpio-export,name = "bt_pwr";

View file

@ -24,7 +24,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
modem-enable { modem-enable {
gpio-export,name = "modem-enable"; gpio-export,name = "modem-enable";

View file

@ -24,7 +24,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
modem-enable { modem-enable {
gpio-export,name = "modem-enable"; gpio-export,name = "modem-enable";

View file

@ -69,7 +69,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -66,7 +66,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -37,7 +37,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usbpower { usbpower {
gpio-export,name = "usbpower"; gpio-export,name = "usbpower";

View file

@ -64,7 +64,7 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb-power { usb-power {
gpio-export,name="usb-power"; gpio-export,name="usb-power";
gpio-export,output=<1>; gpio-export,output=<1>;

View file

@ -39,7 +39,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usbpower { usbpower {
gpio-export,name = "usbpower"; gpio-export,name = "usbpower";

View file

@ -44,7 +44,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usbpower { usbpower {
gpio-export,name = "usbpower"; gpio-export,name = "usbpower";

View file

@ -27,7 +27,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
power_modem { power_modem {
gpio-export,name = "power_modem"; gpio-export,name = "power_modem";

View file

@ -56,7 +56,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usbpower { usbpower {
gpio-export,name = "usbpower"; gpio-export,name = "usbpower";

View file

@ -16,7 +16,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb0 { usb0 {
gpio-export,name = "usb0"; gpio-export,name = "usb0";

View file

@ -27,7 +27,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
power_mpcie2 { power_mpcie2 {
gpio-export,name = "power_mpcie2"; gpio-export,name = "power_mpcie2";

View file

@ -105,7 +105,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
telit { telit {
gpio-export,name = "telit"; gpio-export,name = "telit";

View file

@ -62,7 +62,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb-power { usb-power {
gpio-export,name = "usb-power"; gpio-export,name = "usb-power";

View file

@ -97,7 +97,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
power_usb { power_usb {
gpio-export,name = "power_usb1"; gpio-export,name = "power_usb1";

View file

@ -19,7 +19,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
s1 { s1 {
gpio-export,name = "rec"; gpio-export,name = "rec";

View file

@ -74,7 +74,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb_power { usb_power {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -72,7 +72,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
lte_modem_enable { lte_modem_enable {
gpio-export,name = "lte_modem_enable"; gpio-export,name = "lte_modem_enable";

View file

@ -75,7 +75,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
lte_modem_enable { lte_modem_enable {
gpio-export,name = "lte_modem_enable"; gpio-export,name = "lte_modem_enable";

View file

@ -68,7 +68,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb_power { usb_power {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -68,7 +68,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb_power { usb_power {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -23,7 +23,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
m2-enable { m2-enable {
gpio-export,name = "m2-enable"; gpio-export,name = "m2-enable";

View file

@ -62,7 +62,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
power_usb2 { power_usb2 {
gpio-export,name = "power_usb2"; gpio-export,name = "power_usb2";

View file

@ -23,7 +23,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb-30-power { usb-30-power {
gpio-export,name = "usb-30-power"; gpio-export,name = "usb-30-power";

View file

@ -61,7 +61,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb2power { usb2power {
gpio-export,name = "usb2power"; gpio-export,name = "usb2power";

View file

@ -5,7 +5,6 @@
/ { / {
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
buzzer { buzzer {
/* Beeper requires PWM for frequency selection */ /* Beeper requires PWM for frequency selection */

View file

@ -11,7 +11,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
modem_reset { modem_reset {
gpio-export,name = "modem_reset"; gpio-export,name = "modem_reset";

View file

@ -27,7 +27,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
modem_reset { modem_reset {
gpio-export,name = "modem_reset"; gpio-export,name = "modem_reset";

View file

@ -66,7 +66,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
power_usb2 { power_usb2 {
gpio-export,name = "power_usb2"; gpio-export,name = "power_usb2";

View file

@ -68,7 +68,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
4g1-pwr { 4g1-pwr {
gpio-export,name = "4g1-pwr"; gpio-export,name = "4g1-pwr";

View file

@ -67,7 +67,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
4g1-pwr { 4g1-pwr {
gpio-export,name = "4g1-pwr"; gpio-export,name = "4g1-pwr";

View file

@ -19,7 +19,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
power_modem { power_modem {
gpio-export,name = "power_modem"; gpio-export,name = "power_modem";

View file

@ -85,7 +85,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
lte_power { lte_power {
gpio-export,name = "lte_power"; gpio-export,name = "lte_power";

View file

@ -67,7 +67,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -47,7 +47,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb-power { usb-power {
gpio-export,name = "usb-power"; gpio-export,name = "usb-power";

View file

@ -34,7 +34,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb_power { usb_power {
gpio-export,name = "usb_power"; gpio-export,name = "usb_power";

View file

@ -22,7 +22,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb1power { usb1power {
gpio-export,name = "usb1power"; gpio-export,name = "usb1power";

View file

@ -21,7 +21,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
modem1power { modem1power {
gpio-export,name = "modem1power"; gpio-export,name = "modem1power";

View file

@ -38,7 +38,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
ws2812 { ws2812 {
gpio-export,name = "ws2812"; gpio-export,name = "ws2812";

View file

@ -83,7 +83,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usbpower { usbpower {
gpio-export,name = "usbpower"; gpio-export,name = "usbpower";

View file

@ -71,7 +71,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usbpower { usbpower {
gpio-export,name = "usbpower"; gpio-export,name = "usbpower";

View file

@ -95,7 +95,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
display_data { display_data {
gpio-export,name = "display_data"; gpio-export,name = "display_data";

View file

@ -55,7 +55,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -137,7 +137,6 @@
/* /*
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name="usb"; gpio-export,name="usb";

View file

@ -46,7 +46,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -69,7 +69,7 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
/* gpio 12 and 13 handle the OC input */ /* gpio 12 and 13 handle the OC input */
usb0 { usb0 {

View file

@ -42,7 +42,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -55,7 +55,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -63,7 +63,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
slic_int { slic_int {
gpio-export,name = "slic_int"; gpio-export,name = "slic_int";

View file

@ -42,7 +42,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -42,7 +42,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -13,7 +13,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
/* I2C */ /* I2C */
gpio1 { gpio1 {

View file

@ -11,7 +11,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
gpio0 { gpio0 {
gpio-export,name = "gpio0"; gpio-export,name = "gpio0";

View file

@ -8,7 +8,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
relay1 { relay1 {
gpio-export,name = "relay1"; gpio-export,name = "relay1";

View file

@ -65,7 +65,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb-mode { usb-mode {
gpio-export,name = "usb-mode"; gpio-export,name = "usb-mode";

View file

@ -42,7 +42,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -43,7 +43,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
repeater { repeater {
gpio-export,name = "repeater_switch"; gpio-export,name = "repeater_switch";

View file

@ -43,7 +43,6 @@
gpio_export { gpio_export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
usb { usb {
gpio-export,name = "usb"; gpio-export,name = "usb";

View file

@ -16,7 +16,6 @@
gpio-export { gpio-export {
compatible = "gpio-export"; compatible = "gpio-export";
#size-cells = <0>;
gpio0 { gpio0 {
gpio-export,name = "gpio0"; gpio-export,name = "gpio0";