Skip to content

Commit 8f299df

Browse files
committed
dt-bindings: soc: samsung: exynos-usi: Drop unnecessary status from example
Device nodes in the examples are supposed to be enabled, so the schema will be validated against them. Keeping them disabled hides potential errors. Only one child of Samsung Exynos USI device node should be enabled. The node in the example already selected 'USI_MODE_UART', so enable the serial node while keeping second - I2C - disabled. Link: https://lore.kernel.org/r/20250307081341.35197-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
1 parent 4c57930 commit 8f299df

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Documentation/devicetree/bindings/soc/samsung/exynos-usi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ examples:
191191
interrupts = <GIC_SPI 227 IRQ_TYPE_LEVEL_HIGH>;
192192
clocks = <&cmu_peri 32>, <&cmu_peri 31>;
193193
clock-names = "uart", "clk_uart_baud0";
194-
status = "disabled";
195194
};
196195
197196
hsi2c_0: i2c@13820000 {

0 commit comments

Comments
 (0)