mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
riscv: dts: starfive: visionfive 2: Remove non-existing TDM hardware
This partially reverts commite7c304c034
("riscv: dts: starfive: jh7110: add the node and pins configuration for tdm") This added device tree nodes for TDM hardware that is not actually on the VisionFive 2 board, but connected on the 40pin header. Many different extension boards could be added on those pins, so this should be handled by overlays instead. This also conflicts with the I2S node which also attempts to grab GPIO 44: starfive-jh7110-sys-pinctrl 13040000.pinctrl: pin GPIO44 already requested by 10090000.tdm; cannot claim for 120c0000.i2s Fixes:e7c304c034
("riscv: dts: starfive: jh7110: add the node and pins configuration for tdm") Signed-off-by: Hannah Peuckmann <hannah.peuckmann@canonical.com> Reviewed-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Tested-by: Emil Renner Berthing <emil.renner.berthing@canonical.com> Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
This commit is contained in:
parent
0f74c64f0a
commit
dcde4e97b1
1 changed files with 0 additions and 40 deletions
|
@ -621,40 +621,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
tdm_pins: tdm-0 {
|
||||
tx-pins {
|
||||
pinmux = <GPIOMUX(44, GPOUT_SYS_TDM_TXD,
|
||||
GPOEN_ENABLE,
|
||||
GPI_NONE)>;
|
||||
bias-pull-up;
|
||||
drive-strength = <2>;
|
||||
input-disable;
|
||||
input-schmitt-disable;
|
||||
slew-rate = <0>;
|
||||
};
|
||||
|
||||
rx-pins {
|
||||
pinmux = <GPIOMUX(61, GPOUT_HIGH,
|
||||
GPOEN_DISABLE,
|
||||
GPI_SYS_TDM_RXD)>;
|
||||
input-enable;
|
||||
};
|
||||
|
||||
sync-pins {
|
||||
pinmux = <GPIOMUX(63, GPOUT_HIGH,
|
||||
GPOEN_DISABLE,
|
||||
GPI_SYS_TDM_SYNC)>;
|
||||
input-enable;
|
||||
};
|
||||
|
||||
pcmclk-pins {
|
||||
pinmux = <GPIOMUX(38, GPOUT_HIGH,
|
||||
GPOEN_DISABLE,
|
||||
GPI_SYS_TDM_CLK)>;
|
||||
input-enable;
|
||||
};
|
||||
};
|
||||
|
||||
uart0_pins: uart0-0 {
|
||||
tx-pins {
|
||||
pinmux = <GPIOMUX(5, GPOUT_SYS_UART0_TX,
|
||||
|
@ -680,12 +646,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
&tdm {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&tdm_pins>;
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart0 {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&uart0_pins>;
|
||||
|
|
Loading…
Add table
Reference in a new issue