arch: arm64: boot: dts: vendor: Adapt IR SPI binding for upstream driver

Change-Id: I9002f2e8d3a214195fe6131cc38d2a09e4c4c6f2
This commit is contained in:
Sebastiano Barezzi
2024-08-28 15:14:19 +02:00
parent b9aa362724
commit 30d4eb062a

View File

@@ -134,6 +134,11 @@
board-sensor = "VIRTUAL-SENSOR";
ambient-sensor = "ABT-SENSOR";
};
irda_regulator: irda-regulator {
compatible = "regulator-dummy";
regulator-name = "irda_regulator";
};
};
&vendor {
@@ -778,9 +783,10 @@
&qupv3_se2_spi {
status = "ok";
ir-spi@0 {
compatible = "ir-spi";
compatible = "ir-spi-led";
reg = <0>;
spi-max-frequency = <19200000>;
power-supply = <&irda_regulator>;
status = "ok";
};
};