Skip to content

Commit 86ef293

Browse files
committed
Merge tag 'dt-cleanup-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt into soc/dt
Minor improvements inDTS for v6.15 1. ARM Cirrus EP7211: Align GPIO node name to match what bindings expect. 2. Loongson 2K1000: Drop incorrect spidev description, by pretending to have there something else. This will have impact on the users of DTS, because spidev will stop working, however no counter-proposals of fixing this or even explaining this were proposed for half a year after the patch was posted. Therefore drop incorrect hardware description, hoping affected users will come if proper one, if needed. * tag 'dt-cleanup-6.15' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt: loongarch: dts: remove non-existent DAC from 2k1000-ref ARM: dts: cirrus: ep7211: Align GPIO hog name with bindings Link: https://lore.kernel.org/r/20250316144221.18240-1-krzysztof.kozlowski@linaro.org Signed-off-by: Arnd Bergmann <arnd@arndb.de>
2 parents 7182f5f + 854a080 commit 86ef293

2 files changed

Lines changed: 1 addition & 6 deletions

File tree

arch/arm/boot/dts/cirrus/ep7211-edb7211.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
};
8989

9090
&portd {
91-
lcden {
91+
lcden-hog {
9292
gpio-hog;
9393
gpios = <2 GPIO_ACTIVE_HIGH>;
9494
output-high;

arch/loongarch/boot/dts/loongson-2k1000-ref.dts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@
9090

9191
#address-cells = <1>;
9292
#size-cells = <0>;
93-
spidev@0 {
94-
compatible = "rohm,dh2228fv";
95-
spi-max-frequency = <100000000>;
96-
reg = <0>;
97-
};
9893
};
9994

10095
&ehci0 {

0 commit comments

Comments
 (0)