ipq40xx: fixup Meraki device trees
Fix small nits in the Meraki device trees, identified by Claude during a new device PR. Signed-off-by: Hal Martin <hal.martin@gmail.com> Link: https://github.com/openwrt/openwrt/pull/23307 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
parent
f798dc9a70
commit
3a8734b1f7
@ -219,20 +219,16 @@
|
||||
};
|
||||
|
||||
serial_0_pins: serial_pinmux {
|
||||
mux {
|
||||
pins = "gpio16", "gpio17";
|
||||
function = "blsp_uart0";
|
||||
bias-disable;
|
||||
};
|
||||
pins = "gpio16", "gpio17";
|
||||
function = "blsp_uart0";
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
serial_1_pins: serial1_pinmux {
|
||||
mux {
|
||||
/* We use the i2c-0 pins for serial_1 */
|
||||
pins = "gpio8", "gpio9";
|
||||
function = "blsp_uart1";
|
||||
bias-disable;
|
||||
};
|
||||
/* We use the i2c-0 pins for serial_1 */
|
||||
pins = "gpio8", "gpio9";
|
||||
function = "blsp_uart1";
|
||||
bias-disable;
|
||||
};
|
||||
|
||||
i2c_0_pins: i2c_0_pinmux {
|
||||
|
||||
@ -65,6 +65,7 @@
|
||||
compatible = "ti,lp5562";
|
||||
reg = <0x30>;
|
||||
clock-mode = /bits/8 <2>;
|
||||
enable-gpios = <&tlmm 48 GPIO_ACTIVE_HIGH>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
|
||||
|
||||
@ -80,27 +80,23 @@
|
||||
};
|
||||
};
|
||||
|
||||
gpio_export {
|
||||
compatible = "gpio-export";
|
||||
#size-cells = <0>;
|
||||
gpio_export {
|
||||
compatible = "gpio-export";
|
||||
#size-cells = <0>;
|
||||
|
||||
pse_en {
|
||||
gpio-export,name = "pse_en";
|
||||
gpio-export,output = <1>;
|
||||
gpios = <&tlmm 28 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
pse_en {
|
||||
gpio-export,name = "pse_en";
|
||||
gpio-export,output = <1>;
|
||||
gpios = <&tlmm 28 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
poeaf_det {
|
||||
gpio-export,name = "poeaf_det";
|
||||
gpio-export,input = <0>;
|
||||
gpios = <&tlmm 29 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
poeaf_det {
|
||||
gpio-export,name = "poeaf_det";
|
||||
gpio-export,input = <0>;
|
||||
gpios = <&tlmm 29 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
&tricolor {
|
||||
enable-gpio = <&tlmm 48 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
|
||||
@ -14,10 +14,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&tricolor {
|
||||
enable-gpios = <&tlmm 48 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@ -14,10 +14,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&tricolor {
|
||||
enable-gpios = <&tlmm 14 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
|
||||
&pcie0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@ -113,10 +113,6 @@
|
||||
};
|
||||
};
|
||||
|
||||
&tricolor {
|
||||
enable-gpio = <&tlmm 48 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&usb2_hs_phy {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user