Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: sun4i: protab2: Remove stale pinctrl-names entry

Some nodes still have pinctrl-names entry, yet they don't have any pinctrl
group anymore. Drop them.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>

-1
-1
arch/arm/boot/dts/sun4i-a10-pov-protab2-ips9.dts
··· 197 197 }; 198 198 199 199 &usbphy { 200 - pinctrl-names = "default"; 201 200 usb0_id_det-gpios = <&pio 7 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_UP)>; /* PH4 */ 202 201 usb0_vbus_det-gpios = <&pio 7 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>; /* PH5 */ 203 202 usb0_vbus-supply = <&reg_usb0_vbus>;